diff options
| author | baude <bbaude@redhat.com> | 2021-04-07 09:39:00 -0500 |
|---|---|---|
| committer | baude <bbaude@redhat.com> | 2021-04-07 09:39:00 -0500 |
| commit | d8babd4cb6c8b6cc373e4c8a4bccfc69706eac3a (patch) | |
| tree | 9e072939dc021d3eedef1c0651f4a31648626244 | |
| parent | f44645aad6822aee27c241f2f0f43bdbc652dc0a (diff) | |
| download | podman-d8babd4cb6c8b6cc373e4c8a4bccfc69706eac3a.tar.gz podman-d8babd4cb6c8b6cc373e4c8a4bccfc69706eac3a.tar.bz2 podman-d8babd4cb6c8b6cc373e4c8a4bccfc69706eac3a.zip | |
use updated ubuntu images
trying upstream golang on ubuntu to see if we can get a performance
benefit.
Signed-off-by: baude <bbaude@redhat.com>
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index b77464bae..0b69f83fd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ env: PRIOR_UBUNTU_NAME: "ubuntu-2004" # Google-cloud VM Images - IMAGE_SUFFIX: "c5501386583441408" + IMAGE_SUFFIX: "c6518453914828800" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |
