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

This commit is contained in:
Rafal Kupiec 2020-12-21 08:19:48 +01:00
parent 952db3582a
commit 80bbcab65d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -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"