Skip to content

Commit

Permalink
Add linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodingdong committed Nov 25, 2024
1 parent 6da9012 commit 85667be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
name: deraph-linux-arm64
path: bin/deraph-linux-arm64

- name: Upload Linux AMD64 binary
uses: actions/upload-artifact@v3
with:
name: deraph-linux-amd64
path: bin/deraph-linux-amd64

- name: Upload Windows ARM binary
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 85667be

Please sign in to comment.