Skip to content

Commit 0671f3c

Browse files
committed
ci: add Docker image
1 parent 83103e4 commit 0671f3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM golang:1.17.0-alpine AS builder
2+
3+
WORKDIR /src
4+
COPY . .
5+
6+
RUN go mod download && \
7+
CGO_ENABLED=0 go build -ldflags="-s -w" -o "ios-signer-builder"

0 commit comments

Comments
 (0)