Add default value for args
Prevent travis build failure
This commit is contained in:
parent
87d80a922d
commit
fc70035d93
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM golang:alpine as builder
|
FROM golang:alpine as builder
|
||||||
|
|
||||||
ARG OS
|
ARG OS=linux
|
||||||
ARG ARCH
|
ARG ARCH=amd64
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/eko/pihole-exporter
|
WORKDIR /go/src/github.com/eko/pihole-exporter
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in a new issue