1
0
mirror of https://github.com/openfaas/faasd.git synced 2025-06-19 20:46:40 +00:00

Remove armhf/armv7 support from faasd

See notes in: 

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2024-06-12 10:19:41 +01:00
parent 7dbaeef3d8
commit e4848cd829
426 changed files with 20188 additions and 20620 deletions
MakefileREADME.md
docs
go.modgo.sum
hack
pkg
vendor
github.com
AdaLogics
go-fuzz-headers
Microsoft
containerd
containerd
.cirrus.yml.golangci.yml.mailmapBUILDING.mdMakefileRELEASES.mdVagrantfile
api
archive
cio
client.gocontainer.gocontainer_opts.gocontainer_opts_unix.gocontainerstore.go
content
contrib
seccomp
kernelversion
diff.go
diff
errdefs
events.go
events
exchange
filters
identifiers
image.goimage_store.go
images
import.go
labels
leases
log
mount
namespaces.go
namespaces
oci
pkg
platforms
plugin
process.gopull.go
remotes
rootfs
sandbox
services
snapshots
task.gotask_opts.go
tracing
transfer.go
version
continuity
errdefs
log
ttrpc
typeurl
cyphar
felixge
google
moby
opencontainers
image-spec
runc
go.opentelemetry.io
golang.org
google.golang.org
modules.txt

10
vendor/github.com/felixge/httpsnoop/docs.go generated vendored Normal file

@ -0,0 +1,10 @@
// Package httpsnoop provides an easy way to capture http related metrics (i.e.
// response time, bytes written, and http status code) from your application's
// http.Handlers.
//
// Doing this requires non-trivial wrapping of the http.ResponseWriter
// interface, which is also exposed for users interested in a more low-level
// API.
package httpsnoop
//go:generate go run codegen/main.go