We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6f320 commit 5e720e5Copy full SHA for 5e720e5
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
command: |
37
export GO111MODULE=on
38
go mod download
39
- GOOS=linux go build
+ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
40
docker build -t ovotech/cloud-key-rotator:latest .
41
echo $DOCKER_PASS | docker login -u=$DOCKER_USER --password-stdin
42
docker push ovotech/cloud-key-rotator
0 commit comments