Skip to content

Commit

Permalink
allow ARM64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 22, 2024
1 parent 8c1004a commit d1c51ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ ARG DATE
# Set necessary environmet variables needed for our image
ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=linux \
GOARCH=amd64
GOOS=linux

# Move to working directory /build
WORKDIR /build
Expand Down

0 comments on commit d1c51ef

Please sign in to comment.