mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
scripts/test-infra: separate task for multiarch image build
(cherry picked from commit 6f56d5edbf
)
This commit is contained in:
parent
a9376d9239
commit
185c5c10c5
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
|
||||
make image
|
||||
|
||||
# cross build
|
||||
make image-all
|
||||
|
|
Loading…
Reference in a new issue