new podman-based pipeline

This commit is contained in:
Alya Sirko 2022-09-09 20:41:39 +03:00
parent 1b1bf6b261
commit 2b8cefcbee

View file

@ -23,7 +23,7 @@ steps:
commands:
- ln -s /var/lib/drone-runner-exec/.local $HOME/.local
- podman volume exists src || podman volume rm -f src
- podman volume exists src || podman volume create src
- podman volume create src
- git archive --format=tar HEAD | podman volume import src -
- name: Build Intermediate Linux Release Artifact (Binary)