Skip to content

Commit

Permalink
Merge pull request #84 from diggerhq/update-go-build-cmd
Browse files Browse the repository at this point in the history
Statically link digger app, so it can be executed in alpine docker image
  • Loading branch information
veziak authored Mar 30, 2023
2 parents 5e95c7f + 237efcb commit 52bd5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
env GOOS=linux GOARCH=amd64 go build -o digger ./cmd/digger
env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o digger ./cmd/digger
- name: Publish linux-x64 exec to github
id: upload-release-asset-linux-x64
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 52bd5fd

Please sign in to comment.