Skip to content

Commit

Permalink
Re-enable Python arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jun 21, 2024
1 parent f3ed569 commit 3acf321
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/upload_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
- runner: ubuntu-latest
target: x86_64
container: auto
# disabled until https://github.com/rust-windowing/winit/commit/d8ffd4bb26d7039be6e817d904753625de5af4fd is released
# - runner: ubuntu-latest
# target: aarch64
# container: "ghcr.io/slint-ui/slint/aarch64-unknown-linux-gnu"
# - runner: ubuntu-latest
# target: armv7
# container: "ghcr.io/slint-ui/slint/armv7-unknown-linux-gnueabihf"
- runner: ubuntu-latest
target: aarch64
container: "ghcr.io/slint-ui/slint/aarch64-unknown-linux-gnu"
- runner: ubuntu-latest
target: armv7
container: "ghcr.io/slint-ui/slint/armv7-unknown-linux-gnueabihf"
runs-on: ${{ matrix.platform.runner }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3acf321

Please sign in to comment.