Skip to content

Makefile.build.mk: allow building for arm64 without overriding ARCH

Sam James requested to merge thesamesam/gitlab-runner:arm64-makefile into main

What does this MR do?

Fixes building on ARM64.

Why was this MR needed?

aarch64 doesn't match the Go arch for that platform which is actually arm64.

What's the best way to test this MR?

Try building gitlab-runner on arm64 without setting ARCH (make ARCH=...).

Merge request reports