Skip to content

Commit

Permalink
fix building of amd64 images (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Price <[email protected]>
  • Loading branch information
awprice authored Jun 18, 2024
1 parent 953db4d commit cc665eb
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,6 +1,6 @@
FROM --platform=$BUILDPLATFORM golang:1.22 as builder
ARG TARGETPLATFORM
ARG ENVVAR
ARG ENVVAR=CGO_ENABLED=0
WORKDIR /go/src/github.com/atlassian-labs/cyclops
COPY go.mod go.sum Makefile ./
COPY cmd cmd
Expand Down

0 comments on commit cc665eb

Please sign in to comment.