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:
|
||||
machine:
|
||||
image: ubuntu-2004:202201-02
|
||||
image: &release-vm-image "ubuntu-2404:current"
|
||||
steps:
|
||||
- checkout
|
||||
- run: make release-docker
|
||||
@ -261,7 +261,7 @@ jobs:
|
||||
paths: [.]
|
||||
release-deb:
|
||||
machine:
|
||||
image: ubuntu-2004:202201-02
|
||||
image: *release-vm-image
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: .
|
||||
@ -273,7 +273,7 @@ jobs:
|
||||
|
||||
release-rpm:
|
||||
machine:
|
||||
image: ubuntu-2004:202201-02
|
||||
image: *release-vm-image
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: .
|
||||
|
Loading…
Reference in New Issue
Block a user