ci: orborus fix attempts (1)

This commit is contained in:
Aditya
2025-01-22 16:48:42 +05:30
parent 04b6e91474
commit 83fd060b77
+2
View File
@@ -16,6 +16,8 @@ RUN go get \
COPY orborus.go .
COPY go.mod .
RUN go mod tidy && \
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o orborus .