diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f88996c..c38fb4f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -80,6 +80,8 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Extract git tag id: tag @@ -93,6 +95,7 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | ghcr.io/qaiu/netdisk-fast-download:${{ steps.tag.outputs.tag }} ghcr.io/qaiu/netdisk-fast-download:latest