We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddcb6b commit ef33505Copy full SHA for ef33505
.github/workflows/Container.yml
@@ -30,16 +30,18 @@ jobs:
30
matrix:
31
julia: ["1.10", "1.11"]
32
cuda: ["11.8", "12.6"]
33
- platform: ["linux/amd64", "linux/arm64"]
+ platform: ["linux/amd64"]
34
include:
35
- julia: "1.11"
36
cuda: "12.6"
37
platform: "linux/amd64"
38
default: true
39
- - julia: "1.11"
40
- cuda: "12.6"
41
- platform: "linux/arm64"
42
- default: true
+ # XXX: building for linux/arm64 results in spurious failures.
+ # Julia bug, or related to Github: Action's QEMU emulation?
+ #- julia: "1.11"
+ # cuda: "12.6"
43
+ # platform: "linux/arm64"
44
+ # default: true
45
46
steps:
47
- name: Check out the repo
0 commit comments