Skip to content

Commit

Permalink
更新增加 arm的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
pfinal-nc committed Aug 20, 2024
1 parent 9a0d4b1 commit 9780bd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
name: pf_tools-darwin_amd64
path: ./dist/darwin_amd64/

- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: pf_tools-darwin_arm64
path: ./dist/darwin_arm64/

- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9780bd0

Please sign in to comment.