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 822a72e..c620776 100644 --- a/secfixes.lua +++ b/secfixes.lua @@ -75,6 +75,7 @@ archs = { ["v3.6"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, ["v3.7"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, ["v3.8"] = { "x86_64", "x86", "armhf", "aarch64", "ppc64le", "s390x" }, + ["v3.9"] = { "x86_64", "x86", "armhf", "armv7", "aarch64", "ppc64le", "s390x" }, } opts, args = require('optarg').from_opthelp(opthelp) |
