-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
The build image for local builds is currently hardcoded in the Makefile:
ifneq ($(UNAME_M),x86_64) BUILD_IMAGE = docker.io/library/golang:1.23 endif
This can be auto-generated based on `go.mod`.