Skip to content

Commit

Permalink
Remove linux arm64 build - we need arm runner for that
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 11, 2024
1 parent 4ddcfb6 commit 16fe378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
target: x86_64-pc-windows-msvc
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu

steps:
- name: Checkout
Expand All @@ -41,10 +39,6 @@ jobs:
- name: Cache cargo registry
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- name: Install gcc-aarch64-linux-gnu
if: matrix.settings.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get install gcc-aarch64-linux-gnu

- name: Add build architecture
run: rustup target add ${{ matrix.settings.target }}

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,6 @@ jobs:
artifacts: libbitwarden_c_files-x86_64-unknown-linux-gnu
skip_unpack: true

# - name: Download arm64-unknown-linux-gnu artifact
# uses: bitwarden/gh-actions/download-artifacts@main
# with:
# workflow: build-rust-cross-platform.yml
# workflow_conclusion: success
# branch: ${{ github.event.inputs.release_type == 'Dry Run' && 'main' || github.ref_name }}
# artifacts: libbitwarden_c_files-arm64-unknown-linux-gnu

- name: Download x86_64-pc-windows-msvc artifact
uses: bitwarden/gh-actions/download-artifacts@main
with:
Expand Down

0 comments on commit 16fe378

Please sign in to comment.