updated to run in podman pipeline

This commit is contained in:
2023-11-15 13:15:08 +01:00
parent bd2ef384f7
commit 3754187286

View File

@@ -20,8 +20,7 @@ steps:
environment:
CGO_ENABLED: "0"
commands:
- go mod download
- go build -o release/linux/arm64/drone-runner-podman
- go build -tags containers_image_openpgp -o release/linux/arm64/drone-runner-podman
- name: publish
image: plugins/docker
pull: if-not-exists