Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#198 from yselkowitz/bz2050173
Browse files Browse the repository at this point in the history
Bug 2050173: Fix build on ARM after rebase
  • Loading branch information
openshift-merge-robot authored Feb 7, 2022
2 parents 6c784e4 + 76c7488 commit 96a9921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
COPY . .
RUN make
RUN make ARCH=$(go env GOARCH)

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
# Get mkfs & blkid
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
COPY . .
RUN make
RUN make ARCH=$(go env GOARCH)

FROM registry.ci.openshift.org/ocp/4.11:base
# Get mkfs & blkid
Expand Down

0 comments on commit 96a9921

Please sign in to comment.