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