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 944bea6095
commit b7b0aec162

View File

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