diff options
Diffstat (limited to 'secfixes.lua')
| -rw-r--r-- | secfixes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secfixes.lua b/secfixes.lua index a25e9c2..0acd7b0 100644 --- a/secfixes.lua +++ b/secfixes.lua @@ -73,6 +73,7 @@ archs = { ["v3.4"] = { "x86_64", "x86", "armhf" }, ["v3.5"] = { "x86_64", "x86", "armhf", "aarch64" }, ["v3.6"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, + ["v3.7"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, } opts, args = require('optarg').from_opthelp(opthelp) |
