From 792a8c270010b5e0e4bec08480018b3ee2c3f6d6 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Sun, 15 Dec 2024 21:45:36 +0700 Subject: [PATCH] Only build version 8.10 --- .gitea/workflows/almalinux8.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/almalinux8.yaml b/.gitea/workflows/almalinux8.yaml index 5c8b9f0..1d2a20c 100644 --- a/.gitea/workflows/almalinux8.yaml +++ b/.gitea/workflows/almalinux8.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: flavor: ["default", "micro"] - version: ["8.8", "8.9", "8.10"] + version: ["8.10"] steps: - name: Check out repository code uses: actions/checkout@v4 @@ -66,7 +66,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' build-latest: - name: Build latest almalinux9 container images + name: Build latest almalinux8 container images runs-on: ubuntu-latest needs: - build