-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use one docker buildx command for e2e-test
1) Docker buildx cmd can build a multiarch image in one run. Use it instead of many commands 2) The hack/push-multiarch.sh script is used for e2e build via docker buildx (/root/.docker/cli-plugins/docker-buildx). It requires to specify HOME=/root so buildx works as expected. See: github.com/kubernetes/test-infra/tree/master/config/jobs/image-pushing Signed-off-by: Elina Akhmanova <[email protected]>
- Loading branch information
1 parent
925849b
commit 0bc498e
Showing
3 changed files
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters