We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30e31 commit ecffb9fCopy full SHA for ecffb9f
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
faas-cli publish
43
--extra-tag ${{ github.sha }}
44
--build-arg GO111MODULE=on
45
- --platforms linux/arm/v7,linux/arm64,linux/amd64
+ --platforms linux/arm64,linux/amd64
46
47
- name: Publish amd64-only functions
48
run: >
0 commit comments