fix: avoid Buildx on Podman runner #8
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/forgejo-podman-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes Buildx, which cannot start on the rootless Podman runner because catatonit is unavailable. The existing Docker CLI builds and pushes the same image without a BuildKit sidecar.
Closing: this repeats the runner-native workaround, but the actual Buildx failure is the runner host missing catatonit. Repair the Podman runner and retain the Buildx workflow.
Pull request closed