Update ci.yml

This commit is contained in:
涵曦 2024-10-23 19:01:53 +08:00 committed by GitHub
parent 1b71301b06
commit 30194272d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,8 +67,8 @@ jobs:
# We test all the images on amd64 host here. This uses QEMU to emulate
# the other platforms.
- run: docker run --rm ${TEST_TAG}-linux-amd64 -h
- run: docker run --rm ${TEST_TAG}-linux-arm64 -h
- run: docker run --rm ${TEST_TAG}-linux-arm-v7 -h
- run: docker run --rm ${TEST_TAG}-linux-arm64-v8 -h
# This will only push the previously built images.
- name: Publish to Docker Hub