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.
1 parent e9bd4d1 commit 32f35dcCopy full SHA for 32f35dc
Dockerfile
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-ARG ARCH=amd64
16
-
17
FROM k8s.gcr.io/build-image/debian-base:buster-v1.6.0
18
+ARG ARCH=amd64
+
19
# Copy nfsplugin from build _output directory
20
COPY bin/${ARCH}/nfsplugin /nfsplugin
21
Makefile
@@ -100,7 +100,7 @@ nfs:
100
101
.PHONY: nfs-armv7
102
nfs-armv7:
103
- CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -a -ldflags "${LDFLAGS} ${EXT_LDFLAGS}" -mod vendor -o bin/arm/v7/nfsplugin ./cmd/nfsplugin
+ CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -a -ldflags "${LDFLAGS} ${EXT_LDFLAGS}" -mod vendor -o bin/arm/v7/nfsplugin ./cmd/nfsplugin
104
105
.PHONY: container-build
106
container-build:
0 commit comments