mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-22 20:40:12 +00:00
chore(workflow): support Multi-platform build
support Multi-platform build Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
db716f7a75
commit
7e769e6b8a
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -32,7 +32,9 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: tobyxdd/hysteria:latest,tobyxdd/hysteria:${{ env.GIT_TAG_NAME }}
|
tags: tobyxdd/hysteria:latest,tobyxdd/hysteria:${{ env.GIT_TAG_NAME }}
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user