Skip to content

Commit

Permalink
build only arm
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Jul 24, 2024
1 parent 3089a70 commit cc97824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
$BUILD_CONTEXT

0 comments on commit cc97824

Please sign in to comment.