5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 00:10:47 +08:00

remove linux/i386 (buggy)

This commit is contained in:
Travis McLane 2020-03-28 18:12:42 -05:00 committed by Lea Anthony
parent c66e9cba5a
commit 2ab8fc37ab

View File

@ -15,7 +15,6 @@ import (
func getSupportedPlatforms() []string {
return []string{
"darwin/amd64",
"linux/i386",
"linux/amd64",
"linux/arm-7",
"windows/amd64",