Support multiplatform build

pull/1775/head
Nikhil Parasaram 1 year ago committed by GitHub
parent def673c2db
commit 45f10d1ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker_build_and_deploy.sh

@ -17,6 +17,8 @@ else
GIT_VERSION=${CIRCLE_SHA1}
fi
docker buildx create --use
# Build and test all versions of the image. (The result will stay in the cache,
# so the next build should be almost instant.)
docker buildx bake myth-smoke-test

Loading…
Cancel
Save