File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
file : ./Dockerfile
49
49
push : false
50
50
load : false
51
- platforms : linux/amd64,linux/arm/v7,linux/ arm64
51
+ platforms : linux/amd64,linux/arm64
52
52
target : release
53
53
build-args : |
54
54
VERSION=latest-dev
Original file line number Diff line number Diff line change 50
50
with :
51
51
context : .
52
52
file : ./Dockerfile
53
- platforms : linux/amd64,linux/arm/v7,linux/ arm64
53
+ platforms : linux/amd64,linux/arm64
54
54
target : release
55
55
build-args : |
56
56
VERSION=${{ env.TAG }}
67
67
with :
68
68
context : .
69
69
file : ./Dockerfile
70
- platforms : linux/amd64,linux/arm/v7,linux/ arm64
70
+ platforms : linux/amd64,linux/arm64
71
71
target : root
72
72
build-args : |
73
73
VERSION=${{ env.TAG }}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var publishCmd = &cobra.Command{
75
75
[--build-option VALUE]
76
76
[--copy-extra PATH]
77
77
[--tag <sha|branch|describe>]
78
- [--platforms linux/arm/v7 ]
78
+ [--platforms linux/amd64,linux/arm64 ]
79
79
[--reset-qemu]
80
80
[--remote-builder http://127.0.0.1:8081/build]` ,
81
81
Short : "Builds and pushes multi-arch OpenFaaS container images" ,
@@ -90,8 +90,8 @@ Docker and buildx. You must use a multi-arch template to use this command with
90
90
correctly configured TARGETPLATFORM and BUILDPLATFORM arguments.
91
91
92
92
See also: faas-cli build` ,
93
- Example : ` faas-cli publish --platforms linux/amd64,linux/arm64,linux/arm/7
94
- faas-cli publish --platforms linux/arm/7 --filter webhook
93
+ Example : ` faas-cli publish --platforms linux/amd64,linux/arm64
94
+ faas-cli publish --platforms linux/arm64 --filter webhook-arm
95
95
faas-cli publish -f go.yml --no-cache --build-arg NPM_VERSION=0.2.2
96
96
faas-cli publish --build-option dev
97
97
faas-cli publish --tag sha
You can’t perform that action at this time.
0 commit comments