File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# To update flacar image run this script supplying the verison you want
88# To update the images/efi.img file for some reason pass a valid flatcar version followed by a 1.
99
10- FLATCAR_BASE_URL=" https://stable .release.flatcar-linux.net/amd64-usr"
11- FLATCAR_VER=" ${1:- " 4459.2.4 " } "
10+ FLATCAR_BASE_URL=" https://beta .release.flatcar-linux.net/amd64-usr"
11+ FLATCAR_VER=" ${1:- " 4593.1.0 " } "
1212GRUB_INST_CMD=" grub-install"
1313GPG_KEY=" -----BEGIN PGP PUBLIC KEY BLOCK-----
1414
Original file line number Diff line number Diff line change 55version_dirty := ` [ -z " $( git status -s) " ] || echo " -$( date +" %H%M%S" ) " `
66version := ` git describe --tags --dirty --always ` + version_dirty
77
8- flatcar_version := " 4459.2.4 "
8+ flatcar_version := " 4593.1.0 "
99
1010# Print version that will be used in the build
1111version :
You can’t perform that action at this time.
0 commit comments