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 64e2229 commit bd56740Copy full SHA for bd56740
.github/workflows/docker-release.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 1
17
+ - name: Set up QEMU
18
+ uses: docker/setup-qemu-action@v3
19
- name: Setup faas-cli
20
run: |
21
curl -sSL https://cli.openfaas.com | sh
@@ -31,8 +33,6 @@ jobs:
31
33
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
32
34
mv _template/template .
35
rm -rf _template
- sed -i 's|cpanm|cpanm --from https://cpan.metacpan.org/ -v|g' template/perl-mojo/Dockerfile
- sed -i 's|\${ADDITIONAL_CPAN_PACKAGES}|\${ADDITIONAL_CPAN_PACKAGES} ; cat /root/.cpanm/work/*/build.log|' template/perl-mojo/Dockerfile
36
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
37
- name: Build and Push
38
0 commit comments