From c66d3f9487a2e356f4b74f0295c21db49e9eb75f Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Wed, 5 Jun 2024 09:39:31 +0100 Subject: [PATCH] Linux arm --- .github/workflows/release2.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index e87c464e7..df275311e 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -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 @@ -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: