Skip to content

Commit

Permalink
Temporarily disable armv7
Browse files Browse the repository at this point in the history
The following packages have unmet dependencies:
libtirpc3t64 : Breaks: libtirpc3 (< 1.3.4+ds-1.1) but 1.3.4+ds-1 is to be installed
  • Loading branch information
tomdot-dev committed Feb 29, 2024
1 parent ccb6b37 commit 6fa80c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/mips64le
#,linux/arm/v5,linux/riscv64
platforms: linux/386,linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/mips64le
#,linux/arm/v5,linux/riscv64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: |
finchsec/hostapd:latest

0 comments on commit 6fa80c7

Please sign in to comment.