Makefile: Update to latest version of CoreOS

This commit is contained in:
Alex Palaistras 2021-09-25 16:55:07 +01:00
parent bb5482ed6d
commit 1e1e16e421

View File

@ -1,6 +1,6 @@
# CoreOS options. # CoreOS options.
STREAM := stable STREAM := stable
VERSION := 34.20210821.3.0 VERSION := 34.20210904.3.0
ARCH := x86_64 ARCH := x86_64
IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/ IMAGE_URI := https://builds.coreos.fedoraproject.org/prod/streams/
HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST)) HOST := $(if $(filter deploy-virtual,$(MAKECMDGOALS)),virtual,$(HOST))