|
28 | 28 | steps: |
29 | 29 | - uses: actions/checkout@v3 |
30 | 30 | - uses: docker/setup-qemu-action@v3 |
| 31 | + # Temporary workaround for ARM builds |
| 32 | + # https://github.com/docker/setup-qemu-action/issues/198 |
| 33 | + with: |
| 34 | + image: tonistiigi/binfmt:qemu-v7.0.0-28 |
31 | 35 | - uses: docker/setup-buildx-action@v2 |
32 | 36 | - name: Log in to the Container registry |
33 | 37 | uses: docker/login-action@v2 |
|
61 | 65 | steps: |
62 | 66 | - uses: actions/checkout@v3 |
63 | 67 | - uses: docker/setup-qemu-action@v3 |
| 68 | + # Temporary workaround for ARM builds |
| 69 | + # https://github.com/docker/setup-qemu-action/issues/198 |
| 70 | + with: |
| 71 | + image: tonistiigi/binfmt:qemu-v7.0.0-28 |
64 | 72 | - uses: docker/setup-buildx-action@v2 |
65 | 73 | - name: Log in to the Container registry |
66 | 74 | uses: docker/login-action@v2 |
@@ -93,6 +101,10 @@ jobs: |
93 | 101 | steps: |
94 | 102 | - uses: actions/checkout@v3 |
95 | 103 | - uses: docker/setup-qemu-action@v3 |
| 104 | + # Temporary workaround for ARM builds |
| 105 | + # https://github.com/docker/setup-qemu-action/issues/198 |
| 106 | + with: |
| 107 | + image: tonistiigi/binfmt:qemu-v7.0.0-28 |
96 | 108 | - uses: docker/setup-buildx-action@v2 |
97 | 109 | - name: Log in to the Container registry |
98 | 110 | uses: docker/login-action@v2 |
@@ -125,6 +137,10 @@ jobs: |
125 | 137 | steps: |
126 | 138 | - uses: actions/checkout@v3 |
127 | 139 | - uses: docker/setup-qemu-action@v3 |
| 140 | + # Temporary workaround for ARM builds |
| 141 | + # https://github.com/docker/setup-qemu-action/issues/198 |
| 142 | + with: |
| 143 | + image: tonistiigi/binfmt:qemu-v7.0.0-28 |
128 | 144 | - uses: docker/setup-buildx-action@v2 |
129 | 145 | - name: Log in to the Container registry |
130 | 146 | uses: docker/login-action@v2 |
|
0 commit comments