Set 80x86 architecture to i686
continuous-integration/drone/push Build is passing Details

pull/3/head
Rafal Kupiec 2 years ago
parent 952db3582a
commit 80bbcab65d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

@ -21,7 +21,7 @@ charch()
export TARGET="armv7"
;;
"i386"|"i486"|"i586"|"i686"|"x86")
export TARGET="i386"
export TARGET="i686"
;;
"amd64"|"x64"|"x86_64")
export TARGET="amd64"

Loading…
Cancel
Save