Commit b5e6e3c8 authored by Raffaele Di Fazio's avatar Raffaele Di Fazio
Browse files

ch-changes

Signed-off-by: default avatarRaffaele Di Fazio <difazio.raffaele@gmail.com>
parent bfe68ae2
Showing with 3 additions and 4 deletions
+3 -4
......@@ -13,16 +13,15 @@
# limitations under the License.
# builder image
FROM golang:1.14 as builder
ARG ARCH
FROM golang:1.14 as builder
WORKDIR /sigs.k8s.io/external-dns
#COPY . .
#RUN make build.$ARCH
COPY . .
RUN make build.$ARCH
# final image
RUN echo $ARCH
FROM $ARCH/alpine:3.12
ARG ARCH
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment