Skip to content

Commit a231969

Browse files
authored
Diable ARM64 OCI (#11624)
1 parent 398c7de commit a231969

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/oci-make.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
matrix:
5656
platform:
5757
- linux/amd64
58-
- linux/arm64
58+
# Unfortunately even with type=gha cache, OpenSSL and OTP
59+
# are rebuilt often and it takes ~90 minutes to do that
60+
# in the emulated ARM mode. Disabling until we have a better solution.
61+
#- linux/arm64
5962
steps:
6063
- name: Prepare
6164
run: |

0 commit comments

Comments
 (0)