From 8d316106270fc2311c794e9de797330355491bcc Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Mon, 16 Dec 2024 03:17:52 +0700 Subject: [PATCH] Runner with almalinux --- .gitea/workflows/almalinux8.yaml | 4 ++-- .gitea/workflows/almalinux9.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/almalinux8.yaml b/.gitea/workflows/almalinux8.yaml index f17d196..2d5f1ad 100644 --- a/.gitea/workflows/almalinux8.yaml +++ b/.gitea/workflows/almalinux8.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - if: ${{ matrix.flavor == 'default' }} @@ -86,7 +86,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - name: Build and push latest almalinux8-micro diff --git a/.gitea/workflows/almalinux9.yaml b/.gitea/workflows/almalinux9.yaml index a6d942a..82c66f8 100644 --- a/.gitea/workflows/almalinux9.yaml +++ b/.gitea/workflows/almalinux9.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - if: ${{ matrix.flavor == 'default' }} @@ -86,7 +86,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - name: Build and push latest almalinux9-micro