forked from sig_core/toolkit
Add i686 to translation map
This commit is contained in:
parent
bb6b8523a3
commit
a5f757140b
@ -65,7 +65,8 @@ config = {
|
|||||||
"x86_64": "amd64",
|
"x86_64": "amd64",
|
||||||
"aarch64": "arm64",
|
"aarch64": "arm64",
|
||||||
"ppc64le": "ppc64le",
|
"ppc64le": "ppc64le",
|
||||||
"s390x": "s390x"
|
"s390x": "s390x",
|
||||||
|
"i686": "386"
|
||||||
},
|
},
|
||||||
"aws_region": "us-east-2",
|
"aws_region": "us-east-2",
|
||||||
"bucket": "resf-empanadas",
|
"bucket": "resf-empanadas",
|
||||||
|
Loading…
Reference in New Issue
Block a user