mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-14 11:03:15 +00:00
Add i686-unknown-linux under releases (#833)
This commit is contained in:
parent
0dfe1c4073
commit
063f9c1632
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -21,9 +21,13 @@ jobs:
|
||||
target: arm-unknown-linux-musleabihf
|
||||
- os: ubuntu-latest
|
||||
target: armv7-unknown-linux-musleabihf
|
||||
deb: true
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-musl
|
||||
deb: true
|
||||
- os: ubuntu-latest
|
||||
target: i686-unknown-linux-musl
|
||||
deb: true
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-linux-android
|
||||
- os: macos-11
|
||||
|
Loading…
Reference in New Issue
Block a user