mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.15.0
This commit is contained in:
parent
c5988a04f9
commit
c140eeee6b
6 changed files with 21 additions and 8 deletions
|
@ -100,11 +100,11 @@ filt=
|
|||
aa="$(printf '%11s' $a-$i)"
|
||||
|
||||
# arm takes forever so make it top priority
|
||||
[ ${a::3} == arm ] && nice= || nice=nice
|
||||
[ ${a::3} == arm ] && nice= || nice=-n20
|
||||
|
||||
# --pull=never does nothing at all btw
|
||||
(set -x
|
||||
$nice podman build \
|
||||
nice $nice podman build \
|
||||
--squash \
|
||||
--pull=never \
|
||||
--from localhost/alpine-$a \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue