https://netmaker.org logo
Title
b

bored-solstice-58967

08/05/2022, 12:53 PM
you could use docker buildx to build images for multiple architectures
you could replace the base image
FROM gravitl/go-builder as builder
to official golang image for now.. mean while we will update the image to support some of the other architectures as well
b

bored-island-21407

08/05/2022, 2:46 PM
the gravitl/go-builder only exits to speed up the docker build process.... as @bored-solstice-58967 says, replacing it with golang image for other archs is an easy change
m

microscopic-motherboard-98016

08/05/2022, 8:08 PM
Got it working by the way, switched the go-builder with golang-alpine and that did the trick