diff --git a/.github/workflows/cia-unix-build.yml b/.github/workflows/cia-unix-build.yml index 8d64487..0bb637c 100644 --- a/.github/workflows/cia-unix-build.yml +++ b/.github/workflows/cia-unix-build.yml @@ -15,6 +15,10 @@ jobs: - os: ubuntu-latest artifact_name: ${{ github.event.repository.name }} asset_name: ${{ github.event.repository.name }}-linux-x86_64 + # Linux arm64 + - os: ubuntu-22.04-arm + artifact_name: ${{ github.event.repository.name }} + asset_name: ${{ github.event.repository.name }}-linux-arm64 # macOS x86-64 - os: macos-13 artifact_name: ${{ github.event.repository.name }}