mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
build: circleci: update VM image used for release builds
Doesn't matter much because everything happens inside Docker.
This commit is contained in:
parent
5a8f0b9a24
commit
e390aa0c5a
@ -252,7 +252,7 @@ jobs:
|
|||||||
|
|
||||||
release-build:
|
release-build:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202201-02
|
image: &release-vm-image "ubuntu-2404:current"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make release-docker
|
- run: make release-docker
|
||||||
@ -261,7 +261,7 @@ jobs:
|
|||||||
paths: [.]
|
paths: [.]
|
||||||
release-deb:
|
release-deb:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202201-02
|
image: *release-vm-image
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
@ -273,7 +273,7 @@ jobs:
|
|||||||
|
|
||||||
release-rpm:
|
release-rpm:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202201-02
|
image: *release-vm-image
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
Loading…
Reference in New Issue
Block a user