File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,21 @@ jobs:
40
40
REPO_URL=https://github.com/${{ env.USER_REPO }}
41
41
load : true
42
42
tags : openfaas/faas-cli:${{ github.sha }}
43
- -
44
- name : Local docker build (root image)
43
+ -
44
+ name : Test for multi-arch build
45
45
uses : docker/build-push-action@v2
46
46
with :
47
47
context : .
48
48
file : ./Dockerfile
49
49
push : false
50
- platforms : linux/amd64
50
+ load : false
51
+ platforms : linux/amd64,linux/arm/v7,linux/arm64
51
52
target : release
52
53
build-args : |
53
54
VERSION=latest-dev
54
55
GIT_COMMIT=${{ github.sha }}
55
56
REPO_URL=https://github.com/${{ env.USER_REPO }}
56
- tags : openfaas/faas-cli:${{ github.sha }}-root
57
+ tags : openfaas/faas-cli:${{ github.sha }}
57
58
-
58
59
name : Copy binary to host
59
60
run : |
You can’t perform that action at this time.
0 commit comments