Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 13eaafd

Browse files
committed
Remove multi-arch from non-goals
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 44bb662 commit 13eaafd

File tree

3 files changed

+710
-5
lines changed

3 files changed

+710
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ Features:
2222
* Runtime-logs for your functions
2323
* Fast, non-root image builds using [buildkit](https://github.com/moby/buildkit/) from Docker
2424

25-
Non-goals:
26-
27-
* Raspberry Pi support - this is out of scope, since OpenFaaS Cloud is for professional use
28-
2925
The dashboard page for a user:
3026

3127
![Dashboard](/docs/dashboard.png)

go.mod

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,20 @@ module github.com/openfaas/openfaas-cloud
22

33
go 1.13
44

5-
require github.com/openfaas/openfaas-cloud/metrics v0.0.0-20201201105924-2f2413a8b8ab // indirect
5+
require (
6+
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
7+
github.com/alexellis/derek v0.0.0-20201203223145-52084a5968ea
8+
github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de
9+
github.com/aws/aws-sdk-go v1.36.2
10+
github.com/bitnami-labs/sealed-secrets v0.13.1
11+
github.com/go-ini/ini v1.62.0 // indirect
12+
github.com/google/go-github v17.0.0+incompatible
13+
github.com/minio/minio-go v6.0.14+incompatible
14+
github.com/openfaas/faas v0.0.0-20200422142642-18f6c720b50d
15+
github.com/openfaas/faas-cli v0.0.0-20201203202533-429edae5124b
16+
github.com/openfaas/openfaas-cloud/metrics v0.0.0-20201201105924-2f2413a8b8ab // indirect
17+
github.com/openfaas/openfaas-cloud/sdk v0.0.0-20201205095205-64e6798b27b1
18+
gopkg.in/yaml.v2 v2.4.0
19+
k8s.io/apimachinery v0.19.4
20+
k8s.io/client-go v11.0.0+incompatible
21+
)

0 commit comments

Comments
 (0)