mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
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:
parent
f996c974fe
commit
1b323ae6f9
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
case "${CHANNEL}" in
|
case "${CHANNEL}" in
|
||||||
stable|beta)
|
stable)
|
||||||
boards=( amd64-usr )
|
boards=( amd64-usr )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user