added linux cgo target

This commit is contained in:
Gani Georgiev
2023-03-27 21:39:46 +03:00
parent d0239f25ed
commit 4c903684d8
2 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}