mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +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:
commit
c8359fa50a
2 changed files with 4 additions and 3 deletions
4
scripts/test-infra/build-image-cross.sh
Executable file
4
scripts/test-infra/build-image-cross.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
# cross build
|
||||||
|
make image-all
|
|
@ -2,6 +2,3 @@
|
||||||
|
|
||||||
# local build
|
# local build
|
||||||
make image
|
make image
|
||||||
|
|
||||||
# cross build
|
|
||||||
make image-all
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue