Skip to content

Commit

Permalink
scripts/test-infra: separate task for multiarch image build
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Jan 21, 2022
1 parent 117bfe9 commit 6f56d5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions scripts/test-infra/build-image-cross.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -e

# cross build
make image-all
3 changes: 0 additions & 3 deletions scripts/test-infra/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

# local build
make image

# cross build
make image-all

0 comments on commit 6f56d5e

Please sign in to comment.