Merge pull request #189 from flatcar-linux/dongsu/jenkins-arm64-stable

jenkins: make release.sh publish arm64 for Stable
This commit is contained in:
Dongsu Park 2021-12-10 14:30:27 +01:00 committed by GitHub
commit 2f9ce7b5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1 @@
- jenkins: make release.sh publish arm64 AMIs for stable [PR#189](https://github.com/flatcar-linux/scripts/pull/189)

View File

@ -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 )
;; ;;