This commit is contained in:
Ayke van Laethem
2023-02-19 20:53:45 +00:00
parent cce9c6d5a1
commit 96187990e3
9 changed files with 158 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ var supportedLinuxArches = map[string]string{
"X86Linux": "linux/386",
"ARMLinux": "linux/arm/6",
"ARM64Linux": "linux/arm64",
"MIPSLinux": "linux/mips",
}
var sema = make(chan struct{}, runtime.NumCPU())