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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo committed Jul 25, 2021
2 parents cbc87e3 + b24c3fc commit 1025605
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
npm config set registry https://registry.npmjs.org
npm install yarn -g
yarn config set registry https://registry.yarnpkg.com
npm install -g @quasar/cli
chmod +x upx.sh;cd GroupManager/Web;yarn install;quasar build
-
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,30 @@ before:
builds:
- env:
- CGO_ENABLED=0
goarm:
- 6
- 7
goarch:
- amd64
- arm
- arm64
- 386
goos:
- linux
- windows
- darwin
- android
ignore:
- goos: android
goarch: arm
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: android
goarch: 386
hooks:
Expand Down

0 comments on commit 1025605

Please sign in to comment.