Skip to content

Commit

Permalink
chore: small workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 27, 2024
1 parent 8a10050 commit d11f487
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/bolt_cli_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
# `runner`: GHA runner label
# `target`: Rust build target triple
# `platform` and `arch`: Used in tarball names
- runner: Linux-24.04
- runner: Linux-20.04
target: x86_64-unknown-linux-gnu
platform: linux
arch: amd64
- runner: Linux-24.04
- runner: Linux-20.04
target: aarch64-unknown-linux-gnu
platform: linux
arch: arm64
Expand Down Expand Up @@ -70,13 +70,6 @@ jobs:
echo "SDKROOT=$(xcrun -sdk macosx --show-sdk-path)" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx --show-sdk-platform-version)" >> $GITHUB_ENV
# - name: Linux ARM setup
# if: matrix.target == 'aarch64-unknown-linux-gnu'
# run: |
# sudo apt-get update -y
# sudo apt-get install -y gcc-aarch64-linux-gnu
# echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV

- name: Build binaries
env:
PLATFORM_NAME: ${{ matrix.platform }}
Expand Down

0 comments on commit d11f487

Please sign in to comment.