Skip to content

Commit

Permalink
chore: update workflow to build darwin-arm64 easyss
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed May 15, 2024
1 parent b689319 commit 7c98716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:

- name: Build
run: |
GOOS=darwin GOARCH=amd64 make easyss
GOOS=darwin GOARCH=amd64 make easyss-server
make easyss
make easyss-server
- name: Pack
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
check-latest: true
- name: Build
run: |
GOOS=darwin GOARCH=amd64 make easyss
GOOS=darwin GOARCH=amd64 make easyss-server
make easyss
make easyss-server
- name: Pack
run: |
cd bin
Expand Down

0 comments on commit 7c98716

Please sign in to comment.