fix: Docker build failures on arm64 (closes #15) #16

Sloučený
sneak sloučil 1 commity z větve fix/docker-multiarch-lint do větve main před 2026-02-25 20:51:45 +01:00

1 Commity

Autor SHA1 Zpráva Datum
clawbot
5ca64a37ce fix: detect architecture for golangci-lint download in Docker build
Všechny kontroly byly úspěšné
check / check (push) Successful in 1m34s
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