Add x86 linux release
This commit is contained in:
parent
7165f328a8
commit
7f24217b64
2 changed files with 4 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -24,6 +24,10 @@ jobs:
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
build-args: "--release"
|
build-args: "--release"
|
||||||
|
|
||||||
|
- name: Linux x86
|
||||||
|
target: i686-unknown-linux-musl
|
||||||
|
build-args: "--release"
|
||||||
|
|
||||||
- name: Linux aarch64
|
- name: Linux aarch64
|
||||||
target: aarch64-unknown-linux-musl
|
target: aarch64-unknown-linux-musl
|
||||||
build-args: "--release"
|
build-args: "--release"
|
||||||
|
|
|
@ -20,8 +20,6 @@ builds:
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: linux
|
|
||||||
goarch: "386"
|
|
||||||
- goos: android
|
- goos: android
|
||||||
goarch: "386"
|
goarch: "386"
|
||||||
- goos: android
|
- goos: android
|
||||||
|
|
Loading…
Reference in a new issue