remove armv7
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 10 Jul 2023 23:42:59 +0000 (01:42 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 23:42:59 +0000 (01:42 +0200)
dependencies still failing so no armv7 builds

.github/workflows/release.yml

index 7d8659c23f3a6496a09f8a43d417f304eb386170..5794c2d7c91d397008def28892ba9a7f3e256232 100644 (file)
@@ -88,7 +88,7 @@ jobs:
         uses: docker/build-push-action@v4.1.1
         with:
           context: .
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64
           file: Dockerfile
           tags: |-
             ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.patch }},