This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
drone-runner-podman/BUILDING.md
2023-10-04 23:19:30 -05:00

15 lines
422 B
Markdown

1. Install go 1.13 or higher
2. Test
go test ./...
3. Build binaries
sh scripts/build_all.sh
4. Build images
podman build -t drone/drone-runner-podman:latest-linux-amd64 -f docker/Dockerfile.linux.amd64 .
podman build -t drone/drone-runner-podman:latest-linux-arm64 -f docker/Dockerfile.linux.arm64 .
podman build -t drone/drone-runner-podman:latest-linux-arm -f docker/Dockerfile.linux.arm .