Skip to content

Commit ef33505

Browse files
committed
Disable arm64 container for now.
[ci skip]
1 parent 0ddcb6b commit ef33505

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/Container.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@ jobs:
3030
matrix:
3131
julia: ["1.10", "1.11"]
3232
cuda: ["11.8", "12.6"]
33-
platform: ["linux/amd64", "linux/arm64"]
33+
platform: ["linux/amd64"]
3434
include:
3535
- julia: "1.11"
3636
cuda: "12.6"
3737
platform: "linux/amd64"
3838
default: true
39-
- julia: "1.11"
40-
cuda: "12.6"
41-
platform: "linux/arm64"
42-
default: true
39+
# XXX: building for linux/arm64 results in spurious failures.
40+
# Julia bug, or related to Github: Action's QEMU emulation?
41+
#- julia: "1.11"
42+
# cuda: "12.6"
43+
# platform: "linux/arm64"
44+
# default: true
4345

4446
steps:
4547
- name: Check out the repo

0 commit comments

Comments
 (0)