Skip to content

Commit

Permalink
gitaction: build --no-cache to avoid mixing images of different archs
Browse files Browse the repository at this point in the history
Signed-off-by: alexzhc <[email protected]>
  • Loading branch information
alexzhc committed Sep 29, 2022
1 parent 710e2f9 commit 7cf0497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-drbd9/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DRBD_VER=${1:-9.0.32-1}
ARCH=${2:-linux/amd64}
REG=${3:-daocloud.io/daocloud}
CACHE=$4
CACHE=${4:- }


[ -z "$DRBD_VER" ] && echo "Need a DRBD version !" && exit 1
Expand Down

0 comments on commit 7cf0497

Please sign in to comment.