mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
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:
parent
635471c9a6
commit
3960ce8036
@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
case "${CHANNEL}" in
|
case "${CHANNEL}" in
|
||||||
stable)
|
|
||||||
boards=( amd64-usr )
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
boards=( amd64-usr arm64-usr )
|
boards=( amd64-usr arm64-usr )
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user