Add i686 to translation map

This commit is contained in:
Neil Hanlon 2022-08-30 14:11:06 -04:00
parent bb6b8523a3
commit a5f757140b
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ config = {
"x86_64": "amd64",
"aarch64": "arm64",
"ppc64le": "ppc64le",
"s390x": "s390x"
"s390x": "s390x",
"i686": "386"
},
"aws_region": "us-east-2",
"bucket": "resf-empanadas",