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