We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06f1982 + a744377 commit a55075fCopy full SHA for a55075f
Dockerfile
@@ -29,8 +29,7 @@ RUN npm run build
29
#########################################
30
# We are using Github Actions: redhat-actions/buildah-build@v2 which needs manual selection of arch in base image
31
# Remove TARGETARCH if docker buildx is supported in the CI release as --platform=$TARGETPLATFORM will be automatically set
32
-ARG TARGETARCH
33
ARG TARGETPLATFORM
34
-FROM ${TARGETARCH}/nginx:stable-alpine AS cyberchef
+FROM --platform=${TARGETPLATFORM} nginx:stable-alpine AS cyberchef
35
36
COPY --from=builder /app/build/prod /usr/share/nginx/html/
0 commit comments