Skip to content

Commit

Permalink
Linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Jun 5, 2024
1 parent 4c8d894 commit c66d3f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: linux-amd64
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: linux-arm64
runner: Linux-20.04
target: aarch64-unknown-linux-gnu
- name: win-amd64
runner: windows-latest
target: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -106,6 +109,16 @@ jobs:
asset_name: aderyn-linux-amd64.tar.gz
asset_content_type: application/gzip

- name: Upload Compressed Linux arm64 Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/aderyn-linux-arm64.tar.gz/aderyn-linux-arm64.tar.gz
asset_name: aderyn-linux-arm64.tar.gz
asset_content_type: application/gzip

- name: Upload Compressed Windows amd64 Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit c66d3f9

Please sign in to comment.