Skip to content

Commit

Permalink
Update release.yml for aarch
Browse files Browse the repository at this point in the history
Releasing version for aarch in order to support Docker on M1
  • Loading branch information
MatsMoll authored Sep 26, 2023
1 parent a202e72 commit 2241e5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
env:
SQLITE3_STATIC: 1

# - uses: PyO3/maturin-action@v1
# with:
# maturin-version: v0.14.15
# command: build
# args: -m connectorx-python/Cargo.toml --target aarch64-unknown-linux-gnu -i python --release --manylinux 2_28 --features integrated-auth-gssapi
# env:
# SQLITE3_STATIC: 1
- uses: PyO3/maturin-action@v1
with:
maturin-version: v0.14.15
command: build
args: -m connectorx-python/Cargo.toml --target aarch64-unknown-linux-gnu -i python --release --manylinux 2_28 --features integrated-auth-gssapi
env:
SQLITE3_STATIC: 1

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2241e5b

Please sign in to comment.