Closed Zambiorix closed 4 months ago
I don’t think this will build arm64 for release if your goal is released packages.
make package
does not build release packages?
It does but where is each arch explicitly built? I don't see where you actually build both arches.
make package
now builds packages for both amd64 and arm64
I have split the clean
target, to perform some cleaning between architecture builds and making sure the output folder is not deleted.
Ok, xbuild now builds both archs as faktory_amd64
and faktory_arm64
deb
and rpm
force copy the output to faktory
to keep the package names intact.
They both first start with arm64 and then amd64, leaving the last one undeleted, mimicking the same behavior of this makefile before the change.
clean
is updated
.gitignore
is updated
Thank you, nice work!
existing targets work as usual
New targets: