Compare commits

..

No commits in common. "d045216fd9a4dff55b1af215daa7633394a70dfe" and "bb734f9b02b73411f9e80aeaaf8529f67e5ce176" have entirely different histories.

2 changed files with 11 additions and 6 deletions

View file

@ -28,8 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Install deps
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
@ -61,8 +66,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Install deps
run: apt update -y && apt install -y curl nodejs && curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Set up Docker Buildx
id: buildx
@ -85,6 +90,6 @@ jobs:
push: true
build-args: |
HUGO_VERSION=0.128.2
NODE_VERSION=22.4.1
NODE_VERSION=22.0.0
tags: |
codeberg.org/mycosystems/hugo-ci:latest

View file

@ -20,7 +20,7 @@ WORKDIR node-v${NODE_VERSION}
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
RUN make JOBS=16 BUILDTYPE=Release
RUN make JOBS=4 BUILDTYPE=Release
RUN make install