mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
chore: add arm64 for docker
Signed-off-by: Skyxim <noreply@skyxim.com>
This commit is contained in:
parent
d0e883ece6
commit
7ed660e3b4
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Build and release Docker images
|
- name: Build and release Docker images
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
platforms: linux/386,linux/amd64
|
platforms: linux/386,linux/amd64,linux/arm64
|
||||||
target: dist
|
target: dist
|
||||||
tags: ${{ steps.tag.outputs.tag }}
|
tags: ${{ steps.tag.outputs.tag }}
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user