🔧 Restore arm64 build of devenv (#6826)

This commit is contained in:
Belén Albeza 2025-07-03 08:28:07 +02:00 committed by GitHub
parent 0a71134652
commit 30274c4f5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ function build-devenv {
fi
# docker build -t $DEVENV_IMGNAME:latest .
docker buildx build --platform linux/amd64 --push -t $DEVENV_IMGNAME:latest .;
docker buildx build --platform linux/amd64,linux/arm64 --push -t $DEVENV_IMGNAME:latest .;
docker pull $DEVENV_IMGNAME:latest;
popd;