chore: update act images

This commit is contained in:
Peter 2025-02-06 18:27:37 +01:00
parent 3f550ad218
commit 10b84a74a4
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 4 additions and 5 deletions
.forgejo/workflows
act_runtime

View file

@ -11,8 +11,8 @@ on:
- "act_runtime/**" - "act_runtime/**"
env: env:
TAGS: '{"ubuntu-latest": {"ubuntu:20.04": "20.04-arm64","ubuntu:24.04": "arm64"},"ubuntu-latest-amd64": {"ubuntu:20.04": "20.04-amd64","ubuntu:24.04": "amd64"}}' TAGS: '{"ubuntu-latest": {"ubuntu:22.04": "22.04-arm64","ubuntu:24.04": "arm64"}}'
VERSIONS: '{"ubuntu:20.04": {"llvm": "13"},"ubuntu:24.04": {"llvm": "16"}}' VERSIONS: '{"ubuntu:22.44": {"llvm": "19"},"ubuntu:24.04": {"llvm": "19"}}'
jobs: jobs:
build_images: build_images:
@ -20,9 +20,8 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-latest-amd64
base: base:
- ubuntu:20.04 - ubuntu:22.04
- ubuntu:24.04 - ubuntu:24.04
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View file

@ -3,7 +3,7 @@ ARG BASE_IMAGE=ubuntu:24.04
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}
ARG LLVM_VERSION=16 ARG LLVM_VERSION=19
ARG TARGETARCH ARG TARGETARCH
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -