Skip to content

Commit

Permalink
fix: arm64 build (gomods#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Jan 3, 2024
1 parent 3af0d00 commit 43d56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ARG GOLANG_VERSION=1.20
ARG ALPINE_VERSION=3.17

FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION}-alpine AS builder
FROM golang:${GOLANG_VERSION}-alpine AS builder

ARG VERSION="unset" \
TARGETARCH
Expand Down

0 comments on commit 43d56f0

Please sign in to comment.