Use full podman image for cross-build
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
@@ -5,7 +5,8 @@ name: build
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: mgoltzsche/podman:4.9.4
|
||||
#image: mgoltzsche/podman:4.9.4
|
||||
image: genunix/podman
|
||||
privileged: true
|
||||
environment:
|
||||
REGISTRY_USERNAME:
|
||||
@@ -32,7 +33,8 @@ steps:
|
||||
- main
|
||||
|
||||
- name: cleanup
|
||||
image: mgoltzsche/podman:4.9.4
|
||||
#image: mgoltzsche/podman:4.9.4
|
||||
image: genunix/podman
|
||||
privileged: true
|
||||
environment:
|
||||
RELEASE_IMAGE_NAME: "docker.io/genunix/restic"
|
||||
|
||||
Reference in New Issue
Block a user