mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03: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
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -32,7 +32,9 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: tobyxdd/hysteria:latest,tobyxdd/hysteria:${{ env.GIT_TAG_NAME }}
|
||||
|
||||
- name: Image digest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue