Skip to content

Commit 1ebb868

Browse files
authored
Don't build ARM64 OCI (#11609)
These are built on x86 runners in CPU emulation mode, which is very slow (over an hour to build the image, instead of minutes). It'd be nice to have these back at some point but for now - they are blocking the publication of amd64 images
1 parent 1bc0d89 commit 1ebb868

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/oci-make.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555
matrix:
5656
platform:
5757
- linux/amd64
58-
- linux/arm64
58+
# These are built on x86 runners in CPU emulation mode, which is very slow
59+
# (over an hour to build the image, instead of minutes). It'd be nice to have
60+
# these back at some point but for now - they are blocking the publication of
61+
# amd64 images
62+
# - linux/arm64
5963
steps:
6064
- name: Prepare
6165
run: |

0 commit comments

Comments
 (0)