diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-19 10:46:36 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-08-12 12:01:55 -0400 |
commit | 7508179ed973a1ad0d26754d39180be8066c7df4 (patch) | |
tree | 4ce6bf7c17899dba56868dac5d0c418353467455 /contrib/cirrus/lib.sh | |
parent | fd312ae30a8f23dd9fb26d2e72aa0b548b9f8453 (diff) | |
download | podman-7508179ed973a1ad0d26754d39180be8066c7df4.tar.gz podman-7508179ed973a1ad0d26754d39180be8066c7df4.tar.bz2 podman-7508179ed973a1ad0d26754d39180be8066c7df4.zip |
Cirrus: Add experimental fedora VM image & test
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index f2a668caf..a20ee5a62 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -55,7 +55,7 @@ PACKER_VER="1.3.5" # CSV of cache-image names to build (see $PACKER_BASE/libpod_images.json) # Base-images rarely change, define them here so they're out of the way. -export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,fedora-30,fedora-29}" +export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,fedora-30,xfedora-30,fedora-29}" # Google-maintained base-image names export UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20190722a" # Manually produced base-image names (see $SCRIPT_BASE/README.md) |