Skip to content

Commit

Permalink
try to enable linux-aarch64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Oct 9, 2024
1 parent 17445b2 commit b6fc2a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# - runner: ubuntu-latest
# target: x86
# openssl_install: yum install -y openssl-devel
# - runner: ubuntu-latest
# target: aarch64
# openssl_install: apt-get update && apt-get install -y libssl-dev pkg-config
- runner: ubuntu-latest
target: aarch64
openssl_install: apt-get update && apt-get install -y libssl-dev pkg-config
# - runner: ubuntu-latest
# target: armv7
# openssl_install: apt-get update && apt-get install -y libssl-dev pkg-config
Expand Down

0 comments on commit b6fc2a1

Please sign in to comment.