jenkins: make release.sh publish arm64 for Beta

Now that arm64 images are available for Beta channel, we need to also
add arm64 to Beta boards.
This commit is contained in:
Dongsu Park 2021-12-09 17:37:55 +01:00
parent f996c974fe
commit 1b323ae6f9

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
case "${CHANNEL}" in
stable|beta)
stable)
boards=( amd64-usr )
;;
*)