mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 01:03:26 +00:00
Publish multi-arch alpine base
This makes functions/alpine:latest into a multi-arch image. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
10
sample-functions/base.yml
Normal file
10
sample-functions/base.yml
Normal file
@ -0,0 +1,10 @@
|
||||
provider:
|
||||
name: openfaas
|
||||
gateway: http://127.0.0.1:8080 # can be a remote server
|
||||
|
||||
functions:
|
||||
alpine-function:
|
||||
lang: dockerfile
|
||||
handler: ./alpinefunction
|
||||
image: functions/alpine:latest-multiarch
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/7
|
Reference in New Issue
Block a user