mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:28:25 +02:00
🐛 Fix static file handling on docker images.
This commit is contained in:
parent
e3c273c84b
commit
e7d6a54907
2 changed files with 3 additions and 4 deletions
|
@ -137,8 +137,7 @@ function build-image {
|
|||
set -x
|
||||
pushd ./docker/images;
|
||||
docker buildx build --platform linux/amd64 -t $docker_image:$tag -f Dockerfile.$image .;
|
||||
docker tag $docker_image:$tag $docker_image:$version;
|
||||
|
||||
# docker tag $docker_image:$tag $docker_image:$version;
|
||||
# docker buildx build --platform linux/arm64 -t $docker_image:$version-arm64 .;
|
||||
popd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue