added missing arch in config

This commit is contained in:
Paolo Asperti 2019-07-11 10:51:44 +02:00
parent abc7abd881
commit 4eceabb5b2
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@
"ports": {
"161/udp": 161
},
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"options": {},
"schema": {}
}