Skip to content

Commit

Permalink
Remove docker "platform" option from docker builder configuration (fr…
Browse files Browse the repository at this point in the history
…eeze the build in Apple M1 with linux/amd64)
  • Loading branch information
jhertout committed Jan 5, 2024
1 parent 92e651c commit e92ec0a
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 --platform=linux/amd64 maven:3.8-openjdk-11-slim AS builder
FROM maven:3.8-openjdk-11 AS builder

COPY . /usr/src/ecocode

Expand Down

0 comments on commit e92ec0a

Please sign in to comment.