mirror of
https://github.com/danog/php.git
synced 2024-11-26 20:04:58 +01:00
upd
This commit is contained in:
parent
364262f4bb
commit
3b08ef5938
3
build.sh
3
build.sh
@ -5,8 +5,7 @@ docker buildx create --use --name wp --driver remote tcp://192.168.69.206:1234
|
||||
|
||||
build() {
|
||||
cd "$1"
|
||||
docker buildx build --platform linux/riscv64 . -t danog/php:$2 --cache-from danog/php:$2 --cache-to type=inline
|
||||
docker push danog/php:$2
|
||||
docker buildx build --pull --push --platform linux/riscv64 . -t danog/php:$2 --cache-from danog/php:$2 --cache-to type=inline
|
||||
cd "$base"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user