Browse Source

Update Release1.yml

pull/2136/head
JustTestCode 5 years ago
committed by GitHub
parent
commit
332ee97824
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/Release1.yml

4
.github/workflows/Release1.yml

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin, freebsd ]
goarch: [amd64, arm]
goos: [windows]
goarch: [amd64]
exclude:
- goarch: arm
goos: darwin

Loading…
Cancel
Save