lastforathousandyears
2 months ago
Failed to extract signature
2 changed files with
8 additions and
0 deletions
-
.github/workflows/ci.yml
-
.github/workflows/release.yml
|
|
|
@ -69,6 +69,10 @@ jobs: |
|
|
|
goarch: arm64 |
|
|
|
cgo: 1 |
|
|
|
api: 21 |
|
|
|
- goos: android |
|
|
|
goarch: arm |
|
|
|
cgo: 1 |
|
|
|
api: 21 |
|
|
|
# you can add more (android/arm, windows, etc.) later |
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
|
|
@ -43,6 +43,10 @@ jobs: |
|
|
|
goarch: arm64 |
|
|
|
cgo: 1 |
|
|
|
api: 21 |
|
|
|
- goos: android |
|
|
|
goarch: arm |
|
|
|
cgo: 1 |
|
|
|
api: 21 |
|
|
|
- goos: freebsd |
|
|
|
goarch: amd64 |
|
|
|
cgo: 0 |
|
|
|
|