1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #742 from marquiz/devel/test-infra

scripts/test-infra: separate task for multiarch image build
This commit is contained in:
Kubernetes Prow Robot 2022-01-21 01:55:58 -08:00 committed by GitHub
commit c8359fa50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash -e
# cross build
make image-all

View file

@ -2,6 +2,3 @@
# local build
make image
# cross build
make image-all