Simplify CI: docker build instead of manual toolchain setup #38
Reference in New Issue
Block a user
Delete Branch "fix/simplify-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?
Changes
CI workflow (
.gitea/workflows/check.yml):docker build .per repo policyDockerfile:
golang:1.25-alpineandalpine:3.21by SHA256 hash (was mutable tags)@latest)binutils-goldfor linker compatibilitymake checkas build step, sodocker build .= full CIVerification
docker build .passes locally (all checks green).Policy reference
From REPO_POLICIES.md: "Every repo should have a Gitea Actions workflow that runs
docker build .on push. Since the Dockerfile already runsmake check, a successful build implies all checks pass."