Skip to content

Commit

Permalink
chore: fixed platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 27, 2024
1 parent a3125bd commit 467ba37
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 @@ -2,7 +2,7 @@

# Create a stage for building the application.
ARG GO_VERSION=1.22
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
FROM --platform=linux/amd64 golang:${GO_VERSION} AS build
WORKDIR /src

# Download dependencies as a separate step to take advantage of Docker's caching.
Expand Down

0 comments on commit 467ba37

Please sign in to comment.