Added multiarch to docker-versions-create.sh

This commit is contained in:
Geoff Bourne 2020-03-25 20:13:05 -05:00
parent ba7db26157
commit 9d48e79c64

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')
branches_list=('openj9' 'openj9-nightly' 'adopt11' 'multiarch')
. /start-utils