🐛 Fix static file handling on docker images.

This commit is contained in:
Andrey Antukh 2021-02-03 11:30:10 +01:00
parent e3c273c84b
commit e7d6a54907
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}