Browse Source

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

DarthSim 1 year ago
parent
commit
9f27536385
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 --reset -p yes \
+      docker run --rm --privileged multiarch/qemu-user-static:aarch64 --reset -p yes \
       && docker build \
         -t darthsim/imgproxy:$TAG_NAME-arm64 \
         -f docker/Dockerfile \