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-30 12:34:15 +08:00
committed by GitHub
parent 38df7aa6b9
commit 48b9e0a837

View File

@@ -53,7 +53,7 @@ jobs:
- name: Publish to Docker Hub
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
push: true
tags: ${{ env.TEST_TAG }}