mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
Add default value for args
Prevent travis build failure
This commit is contained in:
parent
87d80a922d
commit
fc70035d93
@ -1,7 +1,7 @@
|
||||
FROM golang:alpine as builder
|
||||
|
||||
ARG OS
|
||||
ARG ARCH
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
|
||||
WORKDIR /go/src/github.com/eko/pihole-exporter
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user