mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat(docker): multi-platform support
This commit is contained in:
parent
75a7c14e97
commit
c7a8af420f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user