From 6fa80c7aee5d33856771b21ad664b978353fc7b8 Mon Sep 17 00:00:00 2001 From: tomdot-dev <82123860+tomdot-dev@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:45:35 +0100 Subject: [PATCH] Temporarily disable armv7 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 --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index efb0005..17ced1e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 \ No newline at end of file