mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 13:44:14 +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
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
platforms: linux/386,linux/amd64
|
||||
platforms: linux/386,linux/amd64,linux/arm64
|
||||
target: dist
|
||||
tags: ${{ steps.tag.outputs.tag }}
|
||||
push: true
|
||||
push: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user