chore: update act images
This commit is contained in:
parent
3f550ad218
commit
10b84a74a4
2 changed files with 4 additions and 5 deletions
|
@ -11,8 +11,8 @@ on:
|
|||
- "act_runtime/**"
|
||||
|
||||
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"}}'
|
||||
VERSIONS: '{"ubuntu:20.04": {"llvm": "13"},"ubuntu:24.04": {"llvm": "16"}}'
|
||||
TAGS: '{"ubuntu-latest": {"ubuntu:22.04": "22.04-arm64","ubuntu:24.04": "arm64"}}'
|
||||
VERSIONS: '{"ubuntu:22.44": {"llvm": "19"},"ubuntu:24.04": {"llvm": "19"}}'
|
||||
|
||||
jobs:
|
||||
build_images:
|
||||
|
@ -20,9 +20,8 @@ jobs:
|
|||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-latest-amd64
|
||||
base:
|
||||
- ubuntu:20.04
|
||||
- ubuntu:22.04
|
||||
- ubuntu:24.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG BASE_IMAGE=ubuntu:24.04
|
|||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
ARG LLVM_VERSION=16
|
||||
ARG LLVM_VERSION=19
|
||||
ARG TARGETARCH
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
|
Loading…
Add table
Reference in a new issue