Closed mgrzybek closed 3 months ago
Hey @mgrzybek . Thanks for reporting this. Apologies for the very delayed response. The build process has been completely refactored and this capability is now available. ./build.sh build hook-latest-lts-amd64
for x86_64 and ./build.sh build hook-latest-lts-arm64
for arm64. Try it out and let me know how it goes. Thanks!
The target architecture(s) (
amd64
orarm64
) should be configurable.Expected Behaviour
I would like to be able to choose which architecture I want to build without patching
rules.mk
.Current Behaviour
The targets actually build both
amd64
andarm64
.Possible Solution
The dirty way, patching
rules.mk
:Context
Three reasons: