Skip to content

Commit

Permalink
Would need C crosscompile
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Dec 2, 2020
1 parent d4c92a2 commit a87a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mkdir bin || true
sudo apt-get update
sudo apt-get install -y --no-install-recommends libpcap-dev gcc
go build -ldflags="-s -w -extldflags '-static'" -o bin/${PROJECT_NAME}-linux-64 -v ./...
go build -ldflags="-s -w" -o bin/${PROJECT_NAME}-linux-64 -v ./...
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a87a6f2

Please sign in to comment.