feat(docker): multi-platform support

This commit is contained in:
kunish 2023-08-30 01:53:22 +08:00
parent 75a7c14e97
commit c7a8af420f
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -88,7 +88,7 @@ jobs:
context: .
builder: ${{ steps.buildx.outputs.name }}
file: Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
ghcr.io/metacubex/metacubexd:latest