Skip to content

Commit bd56740

Browse files
committed
YOLO: Finished fondling.
1 parent 64e2229 commit bd56740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 1
17+
- name: Set up QEMU
18+
uses: docker/setup-qemu-action@v3
1719
- name: Setup faas-cli
1820
run: |
1921
curl -sSL https://cli.openfaas.com | sh
@@ -31,8 +33,6 @@ jobs:
3133
git clone https://github.com/tschaefer/openfaas-perl-mojo-template -b full-mojo _template
3234
mv _template/template .
3335
rm -rf _template
34-
sed -i 's|cpanm|cpanm --from https://cpan.metacpan.org/ -v|g' template/perl-mojo/Dockerfile
35-
sed -i 's|\${ADDITIONAL_CPAN_PACKAGES}|\${ADDITIONAL_CPAN_PACKAGES} ; cat /root/.cpanm/work/*/build.log|' template/perl-mojo/Dockerfile
3636
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
3737
- name: Build and Push
3838
run: |

0 commit comments

Comments
 (0)