Add x86 linux release

This commit is contained in:
Σrebe - Romain GERARD 2024-06-24 20:03:19 +02:00
parent 7165f328a8
commit 7f24217b64
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 4 additions and 2 deletions

View file

@ -24,6 +24,10 @@ jobs:
target: x86_64-unknown-linux-musl
build-args: "--release"
- name: Linux x86
target: i686-unknown-linux-musl
build-args: "--release"
- name: Linux aarch64
target: aarch64-unknown-linux-musl
build-args: "--release"

View file

@ -20,8 +20,6 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: linux
goarch: "386"
- goos: android
goarch: "386"
- goos: android