Procházet zdrojové kódy

:bug: add arch to image name

Jeremy Zheng před 1 rokem
rodič
revize
5a7d789725
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docker/mint/build.sh
  2. 0 0
      scripts/launch.sh

+ 1 - 1
docker/mint/build.sh

@@ -9,7 +9,7 @@ if [ "$#" -ne 1 ]; then
 fi
 
 export VERSION=$(date "+%4Y%m%d%H%M%S")
-export CODE="mint-php$1"
+export CODE="mint-php$1-$(uname -m)"
 export TAR="$CODE-$(uname -m)-$VERSION"
 
 podman pull ubuntu:latest

+ 0 - 0
docker/mint/launch.sh → scripts/launch.sh