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

(cherry picked from commit 2241e5b)
  • Loading branch information
MatsMoll authored and wangxiaoying committed Feb 23, 2024
1 parent f268e71 commit 294d8cd
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 294d8cd

Please sign in to comment.