build/circleci: update to Ubuntu 20.04 image for release-* jobs

Background: `machine: true` is deprecated:

    https://circleci.com/docs/2.0/images/linux-vm/14.04-to-20.04-migration/
This commit is contained in:
Christian Schwarz 2022-02-15 22:55:25 +01:00
parent 459508c9d9
commit bc96f8f212

View File

@ -294,7 +294,8 @@ jobs:
# don't save-cache-gomod here, test-go doesn't pull all the dependencies
release-build:
machine: true
machine:
image: ubuntu-2004:202201-02
steps:
- checkout
- run: make release-docker RELEASE_DOCKER_BASEIMAGE_TAG=<<pipeline.parameters.release_docker_baseimage_tag>>
@ -302,7 +303,8 @@ jobs:
root: .
paths: [.]
release-deb:
machine: true
machine:
image: ubuntu-2004:202201-02
steps:
- attach_workspace:
at: .
@ -313,7 +315,8 @@ jobs:
- "artifacts/*.deb"
release-rpm:
machine: true
machine:
image: ubuntu-2004:202201-02
steps:
- attach_workspace:
at: .