diff options
| author | sickcodes <[email protected]> | 2021-03-28 11:04:29 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-28 11:04:29 +0000 |
| commit | 998f8d4108a30247c96e2bd6d42ca6bc436c20d5 (patch) | |
| tree | aee55a9b03d8d9c05dffb71efcbc02793feb7231 /tests | |
| parent | Merge pull request #228 from sickcodes/qemu-interactive (diff) | |
| download | docker-osx-998f8d4108a30247c96e2bd6d42ca6bc436c20d5.tar.xz docker-osx-998f8d4108a30247c96e2bd6d42ca6bc436c20d5.zip | |
Big Sur auto preparations
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.sh b/tests/test.sh index a8e328b..8323c5c 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -243,8 +243,8 @@ docker-osx:auto-big-sur () { "${NO_CACHE}" \ --build-arg RANKMIRRORS=true \ --build-arg MIRROR_COUNTRY="${MIRROR_COUNTRY}" \ - --build-arg IMAGE_URL='https://images.sick.codes/mac_hdd_ng_auto_big_sur.img' - -f ./Dockerfile.auto-big-sur \ + --build-arg IMAGE_URL='https://images.sick.codes/mac_hdd_ng_auto_big_sur.img' \ + -f ./Dockerfile.auto \ -t docker-osx:auto-big-sur . docker tag docker-osx:auto-big-sur sickcodes/docker-osx:auto-big-sur } |