Skip to content

Commit

Permalink
feat: pass GOARCH to go
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Mar 20, 2022
1 parent 984fa23 commit 0934e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ services:
- "go_cache:/go/pkg"
environment:
GOOS: "${GOOS:-}"
GOARCH: "${GOARCH:-}"
helm:
image: "alpine/helm:${HELM_VERSION}"
http:
Expand Down

0 comments on commit 0934e53

Please sign in to comment.