diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c767cc908032e..92d9b881a4bbe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: # build and (maybe) push Docker images for each architecture images=() - for arch in amd64 armv7 arm64; do + for arch in amd64; do img="$( ./scripts/build_docker.sh \ ${{ (!github.event.inputs.dry_run && !github.event.inputs.snapshot) && '--push' || '' }} \