diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71deadd..617e9f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: alt-version: [ { dist: "alt:p9", artifact: "p9" }, { dist: "alt:p10", artifact: "p10" }, { dist: "alt:sisyphus", artifact: "sisyphus" } ] - architecture: [ i386, amd64 ] + architecture: [ amd64 ] steps: - name: Checkout