Skip to content

Commit

Permalink
ci: add Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Aug 18, 2021
1 parent 83103e4 commit 0671f3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM golang:1.17.0-alpine AS builder

WORKDIR /src
COPY . .

RUN go mod download && \
CGO_ENABLED=0 go build -ldflags="-s -w" -o "ios-signer-builder"

0 comments on commit 0671f3c

Please sign in to comment.