mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
This makes functions/alpine:latest into a multi-arch image. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
11 lines
264 B
YAML
11 lines
264 B
YAML
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
|