Skip to content

Commit

Permalink
ci: disable linux-arm64 releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 25, 2024
1 parent 5f01ac8 commit 36a46f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
asset_name: extism-py-x86_64-linux-${{ github.event.release.tag_name }}
shasum_cmd: sha256sum
target: x86_64-unknown-linux-gnu
- name: linux-arm64
os: ubuntu-latest
path: bin/target/aarch64-unknown-linux-gnu/release/extism-py
asset_name: extism-py-aarch64-linux-${{ github.event.release.tag_name }}
shasum_cmd: sha256sum
target: aarch64-unknown-linux-gnu
# - name: linux-arm64
# os: ubuntu-latest
# path: bin/target/aarch64-unknown-linux-gnu/release/extism-py
# asset_name: extism-py-aarch64-linux-${{ github.event.release.tag_name }}
# shasum_cmd: sha256sum
# target: aarch64-unknown-linux-gnu
- name: macos
os: macos-latest
path: bin/target/x86_64-apple-darwin/release/extism-py
Expand Down

0 comments on commit 36a46f4

Please sign in to comment.