diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28ab9bc..db3fa5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: Build software using docker strategy: matrix: - alt-version: [ { dist: "alt:p9", artifact: "p9" }, { dist: "alt:p10", artifact: "p10" } ] + alt-version: [ { dist: "alt:p10", artifact: "p10" } ] architecture: [ amd64 ] steps: