mirror of
https://codeberg.org/gigirassy/asciiwebserv
synced 2026-08-30 15:37:40 +00:00
sounds crazy but chimera's mimalloc and llvm toolchain might make it faster
This commit is contained in:
+3
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user