1
0
Fork 0
forked from gorb/backend

ci: try removing quotes?
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

This commit is contained in:
Radical 2025-06-01 19:46:51 +02:00
parent 47cb246a63
commit 93ccbcb5f1

View file

@ -11,8 +11,8 @@ steps:
- cargo build --release
- cross build --target aarch64-unknown-linux-gnu --release
environment:
CROSS_CONTAINER_ENGINE: "podman"
CROSS_CONTAINER_IN_CONTAINER: "true"
CROSS_CONTAINER_ENGINE: podman
CROSS_CONTAINER_IN_CONTAINER: true
volumes:
- /var/run/podman/podman.sock:/var/run/podman/podman.sock
- name: container-build-and-publish