Skip to content

Commit 5d6820a

Browse files
committed
revert
1 parent 483ee69 commit 5d6820a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)