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: