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: .
|
context: .
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/metacubex/metacubexd:latest
|
ghcr.io/metacubex/metacubexd:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user