mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
actions: add i686-linux-gnu builds
This commit is contained in:
parent
b108cb2f95
commit
f8bf233600
1 changed files with 2 additions and 0 deletions
2
.github/workflows/guix.yml
vendored
2
.github/workflows/guix.yml
vendored
|
@ -93,6 +93,8 @@ jobs:
|
|||
host: "arm-linux-gnueabihf"
|
||||
- name: "riscv64-linux-gnu"
|
||||
host: "riscv64-linux-gnu"
|
||||
- name: "i686-linux-gnu"
|
||||
host: "i686-linux-gnu"
|
||||
- name: "x86_64-w64-mingw32"
|
||||
host: "x86_64-w64-mingw32"
|
||||
- name: "x86_64-w64-mingw32.installer"
|
||||
|
|
Loading…
Reference in a new issue