mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-12-15 15:19:03 +00:00
Configurable num of goroutines, bug fixes
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /build/
|
||||
COPY main.go .
|
||||
COPY go.mod .
|
||||
RUN GOOS=linux CGO_ENABLED=0 go build -a -installsuffix cgo -o feed_archiver .
|
||||
RUN strip feed_archiver
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user