File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66
7- env :
8- BUILD_ARGS : |
9- RAILPACK_VERSION=0.4.0
10-
117jobs :
128 build-arm :
139 runs-on : ubuntu-24.04-arm
1814 - name : Build and push multi-arch Docker image
1915 uses : docker/build-push-action@v6
2016 with :
21- build-args : ${{ env.BUILD_ARGS }}
2217 file : Dockerfile
2318 platforms : linux/arm64
2419 push : false
8479 - name : Build and push multi-arch Docker image
8580 uses : docker/build-push-action@v6
8681 with :
87- build-args : ${{ env.BUILD_ARGS }}
8882 file : Dockerfile
8983 platforms : linux/amd64,linux/arm64
9084 push : true
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ ENV PATH="/usr/bin:$PATH"
3939
4040ARG RAILPACK_VERSION
4141ENV RAILPACK_VERSION=${RAILPACK_VERSION}
42- RUN curl -sSL https://railpack.com/install.sh | bash
42+ RUN curl -fsSL https://railpack.com/install.sh | bash
You can’t perform that action at this time.
0 commit comments