Skip to content

Commit fea9c77

Browse files
authored
Adjust build containers again to make it work. (#119)
1 parent d2fa097 commit fea9c77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
platform:
34-
- { os: linux, runner: ubuntu-24.04, target: aarch64 }
34+
- { os: linux, runner: ubuntu-24.04, target: x86_64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64" }
3535
- { os: macos, runner: macos-15, target: aarch64 }
3636
steps:
3737
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
strategy:
3232
matrix:
3333
platform:
34-
- { os: linux, runner: ubuntu-24.04, target: x86_64 }
35-
- { os: linux, runner: ubuntu-24.04, target: aarch64 }
36-
- { os: linux, runner: ubuntu-24.04, target: armv7 }
34+
- { os: linux, runner: ubuntu-24.04, target: x86_64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64" }
35+
- { os: linux, runner: ubuntu-24.04, target: aarch64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64" }
36+
- { os: linux, runner: ubuntu-24.04, target: armv7, container: "ghcr.io/rust-cross/manylinux_2_28-cross:armv7" }
3737
- { os: windows, runner: windows-latest, target: x64 }
3838
- { os: macos, runner: macos-13, target: x86_64 }
3939
- { os: macos, runner: macos-14, target: aarch64 }

0 commit comments

Comments
 (0)