Skip to content

Commit

Permalink
Platform specification for Docker build stage #116
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Nov 15, 2023
1 parent 0faeddc commit 3b7a827
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
@@ -1,4 +1,4 @@
FROM gradle:8.4.0-jdk21 AS build
FROM --platform=$BUILDPLATFORM gradle:8.4.0-jdk21 AS build
ARG RELEASE_MODE
ARG APP_VERSION
ARG GITHUB_USER
Expand Down

0 comments on commit 3b7a827

Please sign in to comment.