Skip to content

Commit 9eed26d

Browse files
committed
.gitea: fix 386 upload
1 parent 158118f commit 9eed26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitea/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Create/upload archive (386)
4343
run: |
44-
go run build/ci.go archive -static -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
44+
go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
4545
rm -f build/bin/*
4646
env:
4747
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}

0 commit comments

Comments
 (0)