Skip to content

Commit

Permalink
Fixed issue building multiplatform images
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jun 18, 2024
1 parent cdb0917 commit 29ff3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CMD mvn -gs settings.xml test; \
mkdir -p /tests && \
cp target/surefire-reports/* /tests/

FROM azul/zulu-openjdk-alpine:21 as deploy
FROM --platform=$BUILDPLATFORM azul/zulu-openjdk-alpine:21 as deploy
WORKDIR app
COPY --from=builder app/dependencies/ ./
RUN true
Expand Down

0 comments on commit 29ff3f8

Please sign in to comment.