Browse Source

Revert "Use multiarch/qemu-user-static:aarch64 in Cloud Build"

This reverts commit 9f2753638574376e864584f476ca3c65d46484e0.
DarthSim 1 year ago
parent
commit
225e03b1ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cloudbuild.yaml

+ 1 - 1
cloudbuild.yaml

@@ -20,7 +20,7 @@ steps:
   args:
     - '-c'
     - |
-      docker run --rm --privileged multiarch/qemu-user-static:aarch64 --reset -p yes \
+      docker run --rm --privileged multiarch/qemu-user-static --reset -p yes \
       && docker build \
         -t darthsim/imgproxy:$TAG_NAME-arm64 \
         -f docker/Dockerfile \