Skip to content

Commit

Permalink
Updated linux arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Oct 22, 2024
1 parent ed8c175 commit e0e824b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -104,9 +106,9 @@ jobs:
with:
toolchain: stable
override: true
target: aarch64-unknown-linux-gnu
target: aarch64-unknown-linux-gnu # Add ARM64 target
components: clippy

- name: Set environment variables for OpenSSL
run: |
export PKG_CONFIG_ALLOW_CROSS=1
Expand Down

0 comments on commit e0e824b

Please sign in to comment.