Commit 92a6974
committed
github/workflows: Build x86 + arm64 Yetus images at once
Unfortunately the job matrix cannot be used to build Yetus image because
the job that finishes last will overwrite the image pushed to dockerhub.
Since only x86 runners are used to build this image, there is no need to
complicate the handling of manifests. Instead, we can just build and push
both images at once. The parallelism in this case is not critical at all.
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>1 parent eb999fa commit 92a6974
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments