Skip to content

Commit

Permalink
Merge pull request #7 from castai/fix-go-build-for-alpine
Browse files Browse the repository at this point in the history
ci: use go build tags for alpine
  • Loading branch information
saumas authored Mar 9, 2021
2 parents 4008ae1 + 305d69a commit c2693f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:

- name: Build Go binary
run: go build -o bin/castai-agent
env:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0

- name: Test
run: go test ./...
Expand Down

0 comments on commit c2693f4

Please sign in to comment.