sounds crazy but chimera's mimalloc and llvm toolchain might make it faster

This commit is contained in:
gigirassy
2026-02-28 18:34:38 +01:00
parent 01963b2589
commit bdf0674bc7
+3 -1
View File
@@ -1,5 +1,7 @@
# build # build
FROM golang:alpine AS build FROM chimeralinux/chimera:latest AS build
RUN apk update && apk add --no-cache go
COPY go.mod /workspace/ COPY go.mod /workspace/
COPY main.go /workspace/ COPY main.go /workspace/