Skip to content

Commit

Permalink
gh action: use -arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Apr 30, 2024
1 parent 85693e9 commit 6cb79b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ark.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./server/build/arkd-darwin-arm64
asset_name: arkd-darwin-arm
asset_name: arkd-darwin-arm64
asset_content_type: application/octet-stream

# CLI
Expand All @@ -83,7 +83,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./client/build/ark-linux-arm64
asset_name: ark-linux-arm
asset_name: ark-linux-arm64
asset_content_type: application/octet-stream

- name: Upload client binary (Darwin, AMD64)
Expand Down

0 comments on commit 6cb79b6

Please sign in to comment.