Skip to content

Commit

Permalink
Merge pull request #298 from linux-on-ibm-z/distroless
Browse files Browse the repository at this point in the history
Fix the failing multiarch builds
  • Loading branch information
k8s-ci-robot authored Oct 9, 2020
2 parents 0ddc0e0 + 54cdf87 commit 668511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mock-driver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static:latest
FROM gcr.io/distroless/static:latest-amd64
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Mock Driver"
ARG binary=./bin/mock-driver
Expand Down

0 comments on commit 668511e

Please sign in to comment.