Files
pixa/Dockerfile
clawbot 5ca64a37ce
All checks were successful
check / check (push) Successful in 1m34s
fix: detect architecture for golangci-lint download in Docker build
The golangci-lint binary was hardcoded as linux-amd64, causing Docker builds
to fail on arm64 hosts. The amd64 ELF binary cannot execute on aarch64,
producing a misleading shell syntax error during make check.

Use uname -m to detect the container architecture at build time and download
the matching binary. Both amd64 and arm64 SHA-256 hashes are pinned.

Closes #15
2026-02-25 06:12:47 -08:00

2.2 KiB