https://netmaker.org logo
you could use docker buildx to build images for mu...
# client
b
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
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
Got it working by the way, switched the go-builder with golang-alpine and that did the trick
2 Views