We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0c8a5 commit 6043e64Copy full SHA for 6043e64
changelog/v1.19.0-beta12/ci-fix-build.yaml
@@ -0,0 +1,6 @@
1
+changelog:
2
+ - type: NON_USER_FACING
3
+ description: >-
4
+ Fix broken CI build due to qemu segfault for multiarch images.
5
+
6
+ skipCI-docs-build:true
ci/cloudbuild/publish-artifacts.yaml
@@ -51,6 +51,14 @@ steps:
51
- create
52
- --use
53
54
+# Reset QEMU to avoid segfaults for multiarch images
55
+- name: 'gcr.io/cloud-builders/docker'
56
+ id: 'reset-qemu'
57
+ entrypoint: 'sh'
58
+ args:
59
+ - '-c'
60
+ - 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes'
61
62
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.12.0'
63
id: 'build-certgen-arm64-binary'
64
args:
0 commit comments