We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46c59e4 + cb790c3 commit 01cd623Copy full SHA for 01cd623
hooks/pre_build
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-BUILD_ARCH=$(echo "${DOCKERFILE_PATH}" | cut -d '.' -f 3)
+BUILD_ARCH=$(echo "${DOCKERFILE_PATH}" | cut -d '.' -f 2)
4
5
if [ -z "$BUILD_ARCH" ] || [ "$BUILD_ARCH" == "amd64" ]; then
6
echo 'qemu-user-static: Registration not required for current arch';
0 commit comments