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 2121 image :
2222 name : Build Image
2323 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
3124 steps :
3225 # # Setup Docker for the builds
3326 - name : Docker setup
6356 id : docker_build
6457 uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
6558 with :
66- file : ./.github/actions/dockerfiles/ Dockerfile.${{matrix.dist}}-source
59+ file : ./Dockerfile
6760 platforms : ${{ env.docker_platforms }}
6861 tags : ${{ steps.docker_metadata.outputs.tags }}
6962 labels : ${{ steps.docker_metadata.outputs.labels }}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ COPY . .
1010
1111RUN mkdir /out
1212
13+ RUN rustup toolchain install stable
1314RUN cargo build --features monitoring_prom,slog_json --release
1415
1516RUN cp target/release/stacks-node /out
You can’t perform that action at this time.
0 commit comments