mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-03 23:02:21 +01:00
offline_signing: add support for different boards
This commit is contained in:
parent
b2bf0021ea
commit
e39aec3785
@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
VERSION="$1"
|
||||
GS="gs://builds.release.core-os.net/stable/boards/amd64-usr/$VERSION"
|
||||
BOARD="$1"
|
||||
VERSION="$2"
|
||||
GS="gs://builds.release.core-os.net/stable/boards/$BOARD/$VERSION"
|
||||
|
||||
cd "${2:-.}"
|
||||
cd "${3:-.}"
|
||||
|
||||
gsutil cp \
|
||||
"${GS}/coreos_production_image.vmlinuz" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user