File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289289 - name : build images
290290 run : |
291291 export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)
292- export DOCKER_TARGET_PLATFORMS=linux/arm64
292+ export DOCKER_TARGET_PLATFORMS=linux/amd64
293293 mkdir --parents /${{ runner.temp }}/build
294294 make build local-dest=/${{ runner.temp }}/build exclude=static-webserver
295295 - name : upload build artifacts
@@ -327,7 +327,7 @@ jobs:
327327 - name : build images
328328 run : |
329329 export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)
330- export DOCKER_TARGET_PLATFORMS=linux/arm64
330+ export DOCKER_TARGET_PLATFORMS=linux/amd64
331331 mkdir --parents /${{ runner.temp }}/build
332332 make build local-dest=/${{ runner.temp }}/build target=static-webserver
333333 - name : upload build artifacts
@@ -2618,7 +2618,7 @@ jobs:
26182618 deploy :
26192619 name : deploy to dockerhub
26202620 if : github.event_name == 'push'
2621- needs : [unit-tests, integration-tests, system-tests ]
2621+ needs : [build-push-images-for-arm64 ]
26222622 runs-on : ${{ matrix.os }}
26232623 strategy :
26242624 matrix :
You can’t perform that action at this time.
0 commit comments