From d33efe2071a2d63298e2a7bb3f06fcae13cfa743 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 8 Nov 2025 18:44:48 +0100 Subject: [PATCH] test: run setup-trviy on both amd64 and arm64 --- .gitea/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e37790c..aae5763 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,17 +5,19 @@ on: jobs: test-setup-trivy: - name: Test Setup Trivy + strategy: + matrix: + arch: [amd64, arm64] + name: Test Setup Trivy ${{ matrix.arch }} runs-on: - ubuntu-latest - - linux_amd64 + - linux_${{ matrix.arch }} steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Setup Trivy uses: ./setup-trivy with: version: v0.66.0 - architecture: amd64 - name: Run Trivy run: trivy --version @@ -23,13 +25,11 @@ jobs: name: Test Setup DB runs-on: - ubuntu-latest - - linux_amd64 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: ./setup-trivy with: version: v0.66.0 - architecture: amd64 - name: Setup DB uses: ./setup-db with: