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: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"
commands: commands:
- go mod download - go build -tags containers_image_openpgp -o release/linux/arm64/drone-runner-podman
- go build -o release/linux/arm64/drone-runner-podman
- name: publish - name: publish
image: plugins/docker image: plugins/docker
pull: if-not-exists pull: if-not-exists