mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 12:10:56 +08:00
remove linux/i386 (buggy)
This commit is contained in:
parent
c66e9cba5a
commit
2ab8fc37ab
@ -15,7 +15,6 @@ import (
|
|||||||
func getSupportedPlatforms() []string {
|
func getSupportedPlatforms() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"darwin/amd64",
|
"darwin/amd64",
|
||||||
"linux/i386",
|
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm-7",
|
"linux/arm-7",
|
||||||
"windows/amd64",
|
"windows/amd64",
|
||||||
|
Loading…
Reference in New Issue
Block a user