Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: release staticaly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Levée committed Apr 18, 2020
1 parent 848806c commit db85209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: linux
CGO_ENABLED: 0
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -23,3 +24,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: linux
CGO_ENABLED: 0

0 comments on commit db85209

Please sign in to comment.