Fix publish ARCH error (#1862)
This commit is contained in:
parent
f732b4ea2f
commit
8d8276fa30
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
if [ $# -eq "1" ]
|
||||||
|
then
|
||||||
|
export ARCH=$1
|
||||||
|
fi
|
||||||
|
|
||||||
source $DIR/common.sh
|
source $DIR/common.sh
|
||||||
|
|
||||||
echo "Login to quay.io..."
|
echo "Login to quay.io..."
|
||||||
|
|
Loading…
Reference in a new issue