Skip to content

Commit 84a9893

Browse files
committed
Revert "fix: Remove alternative image architectures until we virtualize (#3336)"
This reverts commit 00c5116.
1 parent 177809c commit 84a9893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
# build and (maybe) push Docker images for each architecture
104104
images=()
105-
for arch in amd64; do
105+
for arch in amd64 armv7 arm64; do
106106
img="$(
107107
./scripts/build_docker.sh \
108108
${{ (!github.event.inputs.dry_run && !github.event.inputs.snapshot) && '--push' || '' }} \

0 commit comments

Comments
 (0)