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 1f25fcb commit d1c6f94Copy full SHA for d1c6f94
.github/workflows/docker-release.yml
@@ -33,7 +33,6 @@ jobs:
33
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
34
mv _template/template .
35
rm -rf _template
36
- # TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
37
- name: Build and Push
38
run: |
39
faas-cli publish \
0 commit comments