mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-11 09:26:47 +00:00
Upgrades containerd, and switches to the official 64-bit ARM binary. Continues to use my binary for 32-bit arm hosts. CNI upgraded to v0.9.1 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
5 lines
143 B
Go
Generated
5 lines
143 B
Go
Generated
package winapi
|
|
|
|
//sys LocalAlloc(flags uint32, size int) (ptr uintptr) = kernel32.LocalAlloc
|
|
//sys LocalFree(ptr uintptr) = kernel32.LocalFree
|