From 164625f3ec0f0af543683e9b4332a2ecc689575b Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Sat, 6 Jan 2024 01:25:30 +0100 Subject: [PATCH] fix: remove armv6/7 as openjdk12 is not available on alpine 3.18 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e6db365..901fa93 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,7 +50,7 @@ jobs: with: context: containers/opcua-device-gateway push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |