We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177809c commit 84a9893Copy full SHA for 84a9893
.github/workflows/release.yaml
@@ -102,7 +102,7 @@ jobs:
102
103
# build and (maybe) push Docker images for each architecture
104
images=()
105
- for arch in amd64; do
+ for arch in amd64 armv7 arm64; do
106
img="$(
107
./scripts/build_docker.sh \
108
${{ (!github.event.inputs.dry_run && !github.event.inputs.snapshot) && '--push' || '' }} \
0 commit comments