mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
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:
parent
459508c9d9
commit
bc96f8f212
@ -294,7 +294,8 @@ jobs:
|
|||||||
# don't save-cache-gomod here, test-go doesn't pull all the dependencies
|
# don't save-cache-gomod here, test-go doesn't pull all the dependencies
|
||||||
|
|
||||||
release-build:
|
release-build:
|
||||||
machine: true
|
machine:
|
||||||
|
image: ubuntu-2004:202201-02
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make release-docker RELEASE_DOCKER_BASEIMAGE_TAG=<<pipeline.parameters.release_docker_baseimage_tag>>
|
- run: make release-docker RELEASE_DOCKER_BASEIMAGE_TAG=<<pipeline.parameters.release_docker_baseimage_tag>>
|
||||||
@ -302,7 +303,8 @@ jobs:
|
|||||||
root: .
|
root: .
|
||||||
paths: [.]
|
paths: [.]
|
||||||
release-deb:
|
release-deb:
|
||||||
machine: true
|
machine:
|
||||||
|
image: ubuntu-2004:202201-02
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
@ -313,7 +315,8 @@ jobs:
|
|||||||
- "artifacts/*.deb"
|
- "artifacts/*.deb"
|
||||||
|
|
||||||
release-rpm:
|
release-rpm:
|
||||||
machine: true
|
machine:
|
||||||
|
image: ubuntu-2004:202201-02
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
Loading…
Reference in New Issue
Block a user