diff --git a/build_release.sh b/build_release.sh index 399bd5206..bd571b0cc 100755 --- a/build_release.sh +++ b/build_release.sh @@ -4,9 +4,9 @@ docker pull us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runne docker buildx build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ - --platform linux/arm64,linux/amd64 \ + --platform linux/arm64 \ --cache-from us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner:cache \ --tag $IMAGE \ --tag robustadev/robusta-runner:cache \ --push \ - $BUILD_CONTEXT \ No newline at end of file + $BUILD_CONTEXT