Compare commits
3 commits
bb734f9b02
...
d045216fd9
Author | SHA1 | Date | |
---|---|---|---|
d045216fd9 | |||
57d5899032 | |||
5c8da9f6da |
2 changed files with 6 additions and 11 deletions
15
.github/workflows/build.yaml
vendored
15
.github/workflows/build.yaml
vendored
|
@ -28,13 +28,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install deps
|
- name: Set up Docker
|
||||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
uses: crazy-max/ghaction-setup-docker@v3
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@master
|
|
||||||
with:
|
|
||||||
platforms: all
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
@ -66,8 +61,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install deps
|
- name: Set up Docker
|
||||||
run: apt update -y && apt install -y curl nodejs && curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
uses: crazy-max/ghaction-setup-docker@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
@ -90,6 +85,6 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
HUGO_VERSION=0.128.2
|
HUGO_VERSION=0.128.2
|
||||||
NODE_VERSION=22.0.0
|
NODE_VERSION=22.4.1
|
||||||
tags: |
|
tags: |
|
||||||
codeberg.org/mycosystems/hugo-ci:latest
|
codeberg.org/mycosystems/hugo-ci:latest
|
||||||
|
|
|
@ -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 ./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=4 BUILDTYPE=Release
|
RUN make JOBS=16 BUILDTYPE=Release
|
||||||
|
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue