File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 62
62
tags : ${{ steps.image-metadata.outputs.tags }}
63
63
labels : ${{ steps.image-metadata.outputs.labels }}
64
64
containerfiles : ./Dockerfile
65
- archs : amd64,arm64v8,arm32v7
65
+ platforms : linux/ amd64,linux/arm64
66
66
oci : true
67
67
# enable build layer caching between platforms
68
68
layers : true
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN npm run build
30
30
# We are using Github Actions: redhat-actions/buildah-build@v2 which needs manual selection of arch in base image
31
31
# Remove TARGETARCH if docker buildx is supported in the CI release as --platform=$TARGETPLATFORM will be automatically set
32
32
ARG TARGETARCH
33
+ ARG TARGETPLATFORM
33
34
FROM ${TARGETARCH}/nginx:stable-alpine AS cyberchef
34
35
35
36
COPY --from=builder /app/build/prod /usr/share/nginx/html/
You can’t perform that action at this time.
0 commit comments