mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Merge pull request #189 from flatcar-linux/dongsu/jenkins-arm64-stable
jenkins: make release.sh publish arm64 for Stable
This commit is contained in:
commit
2f9ce7b5b0
1
changelog/bugfixes/2021-12-10-jenkins-arm64-stable.md
Normal file
1
changelog/bugfixes/2021-12-10-jenkins-arm64-stable.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- jenkins: make release.sh publish arm64 AMIs for stable [PR#189](https://github.com/flatcar-linux/scripts/pull/189)
|
@ -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