File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 5151 gatewaydio/gatewayd:latest
5252 ghcr.io/gatewayd-io/gatewayd:${{ github.ref_name }}
5353 ghcr.io/gatewayd-io/gatewayd:latest
54- platforms : linux/amd64
54+ platforms : linux/amd64,linux/arm64
5555 - name : Scan Docker image with Syft and generate SBOM
5656 run : |
5757 go install github.com/anchore/syft/cmd/syft@latest
Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ ARG TARGETOS
77ARG TARGETARCH
88ARG TARGETPLATFORM
99
10- # IF YOU SEE THIS MESSAGE, IT MEANS THAT THE PLATFORM YOU CHOSE IS NOT SUPPORTED
11- RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
12- echo "Target platform ${TARGETPLATFORM} is supported" ; \
13- else \
14- echo "Target platform ${TARGETPLATFORM} is not supported" ; \
15- exit 1; \
16- fi
17-
1810WORKDIR /gatewayd
1911COPY . /gatewayd
2012
You can’t perform that action at this time.
0 commit comments