File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 21
21
image :
22
22
name : Build Image
23
23
runs-on : ubuntu-latest
24
- strategy :
25
- fail-fast : false
26
- # # Build a maximum of 2 images concurrently based on matrix.dist
27
- max-parallel : 2
28
- matrix :
29
- dist :
30
- - debian
31
24
steps :
32
25
# # Setup Docker for the builds
33
26
- name : Docker setup
63
56
id : docker_build
64
57
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
65
58
with :
66
- file : ./.github/actions/dockerfiles/ Dockerfile.${{matrix.dist}}-source
59
+ file : ./Dockerfile
67
60
platforms : ${{ env.docker_platforms }}
68
61
tags : ${{ steps.docker_metadata.outputs.tags }}
69
62
labels : ${{ steps.docker_metadata.outputs.labels }}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ COPY . .
10
10
11
11
RUN mkdir /out
12
12
13
+ RUN rustup toolchain install stable
13
14
RUN cargo build --features monitoring_prom,slog_json --release
14
15
15
16
RUN cp target/release/stacks-node /out
You can’t perform that action at this time.
0 commit comments