mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 10:38:30 +02:00
🔧 Restore arm64 build of devenv (#6826)
This commit is contained in:
parent
0a71134652
commit
30274c4f5c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue