misc: Added multiarch-latest to versions to release

This commit is contained in:
Geoff Bourne 2020-11-25 15:52:07 -06:00
parent 08a4bde6c1
commit a368f4cf57

View File

@ -1,7 +1,7 @@
#!/bin/bash
#set -x
# Use this variable to indicate a list of branches that docker hub is watching
branches_list=('openj9' 'openj9-nightly' 'adopt11' 'adopt13' 'adopt14' 'multiarch')
branches_list=('openj9' 'openj9-nightly' 'adopt11' 'adopt13' 'adopt14' 'multiarch' 'multiarch-latest')
function TrapExit {
echo "Checking out back in master"