Skip to content

Commit

Permalink
Use native platform for docker build phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Nov 3, 2023
1 parent 11eb609 commit cd95048
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 maven:3.8.6-eclipse-temurin-17 AS project-build
FROM --platform=$BUILDPLATFORM maven:3.8.6-eclipse-temurin-17 AS project-build

# Install build dependencies
RUN \
Expand Down

0 comments on commit cd95048

Please sign in to comment.