mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 07:12:22 +08:00
Add s390x architecture support
* Update debug.yml Signed-off-by: 永雏塔菲 <108621198+taffychan@users.noreply.github.com>
This commit is contained in:
parent
217ffb2f95
commit
d583b35717
3
.github/workflows/debug.yml
vendored
3
.github/workflows/debug.yml
vendored
|
@ -149,6 +149,9 @@ jobs:
|
||||||
- name: linux-mips64el
|
- name: linux-mips64el
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: mips64le
|
goarch: mips64le
|
||||||
|
- name: linux-s390x
|
||||||
|
goos: linux
|
||||||
|
goarch: s390x
|
||||||
# darwin
|
# darwin
|
||||||
- name: darwin-amd64
|
- name: darwin-amd64
|
||||||
goos: darwin
|
goos: darwin
|
||||||
|
|
2
.github/workflows/docker.yml
vendored
2
.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,linux/s390x
|
||||||
target: dist
|
target: dist
|
||||||
tags: ${{ steps.tag.outputs.tag }}
|
tags: ${{ steps.tag.outputs.tag }}
|
||||||
push: true
|
push: true
|
|
@ -25,6 +25,7 @@ builds:
|
||||||
- linux_amd64_v3
|
- linux_amd64_v3
|
||||||
- linux_arm64
|
- linux_arm64
|
||||||
- linux_arm_7
|
- linux_arm_7
|
||||||
|
- linux_s390x
|
||||||
- windows_amd64_v1
|
- windows_amd64_v1
|
||||||
- windows_amd64_v3
|
- windows_amd64_v3
|
||||||
- windows_386
|
- windows_386
|
||||||
|
|
Loading…
Reference in New Issue
Block a user