소스 검색

:bug: add arch to image name

Jeremy Zheng 1 년 전
부모
커밋
5a7d789725
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 fi
 
 
 export VERSION=$(date "+%4Y%m%d%H%M%S")
 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"
 export TAR="$CODE-$(uname -m)-$VERSION"
 
 
 podman pull ubuntu:latest
 podman pull ubuntu:latest

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