keybase-desktop: broken on i686 for now
This commit is contained in:
parent
48929ee705
commit
eaefd681aa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ nostrip_files="Keybase"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64*) _target="x64";;
|
x86_64*) _target="x64";;
|
||||||
i686*) _target="ia32";;
|
# i686*) _target="ia32";;
|
||||||
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
|
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue