1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Update ci.yml

This commit is contained in:
涵曦
2024-10-23 17:22:47 +08:00
committed by GitHub
parent ae3507b811
commit 13bbff8d67

View File

@@ -66,9 +66,9 @@ 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 --version
- run: docker run --rm ${TEST_TAG}-linux-arm-v7 --version
- run: docker run --rm ${TEST_TAG}-linux-arm64-v8 --version
- run: docker run --rm ${TEST_TAG}-linux-amd64 -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