From bc96f8f21289dbbe851551702f488b6e8124f310 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 15 Feb 2022 22:55:25 +0100 Subject: [PATCH] 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/ --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3646399..0b15898 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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=<> @@ -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: .