Skip to content

Commit

Permalink
archlinux: no arm32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 22, 2024
1 parent a428420 commit fca47db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
include:
- {image: "archlinux:latest", arch: amd64}
- {image: "lopsided/archlinux-arm32v7:latest", arch: arm32, labels: [arm,docker]}
# - {image: "lopsided/archlinux-arm32v7:latest", arch: arm32, labels: [arm,docker]}
- {image: "lopsided/archlinux-arm64v8:latest", arch: arm64, labels: [arm64,docker]}
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
container: ${{ matrix.image }}
Expand Down

0 comments on commit fca47db

Please sign in to comment.