Skip to content

Commit 68b89a4

Browse files
committed
feat: add ARCH in Dockerfile
1 parent ac023bf commit 68b89a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3
15+
ARG ARCH
16+
17+
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3
1618

1719
# Copy nfsplugin from build _output directory
1820
COPY bin/nfsplugin /nfsplugin

0 commit comments

Comments
 (0)