jenkins: make release.sh publish arm64 for Stable

From flatcar-3033 on, arm64 images are available for Stable channel, we
need to also add arm64 to Stable boards.
This commit is contained in:
Dongsu Park 2021-12-10 11:31:34 +01:00
parent 635471c9a6
commit 3960ce8036

View File

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