Skip to content

Commit

Permalink
attempt darwin build iwth linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed Dec 20, 2023
1 parent 9f3cff2 commit f94362f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reproduciblebuilds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ARG BUILDNAME
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2

ENV GO111MODULE on
ENV CGO_ENABLED=0
ENV GOOS=$BUILDOS
ENV GOARCH=$BUILDARCH

RUN go version

Expand Down

0 comments on commit f94362f

Please sign in to comment.