Skip to content

Commit

Permalink
Merge pull request #1 from thin-edge/remove-armv7-armv6
Browse files Browse the repository at this point in the history
fix: remove armv6/7 as openjdk12 is not available on alpine 3.18
  • Loading branch information
reubenmiller authored Jan 6, 2024
2 parents 71eb56e + 164625f commit 3398f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3398f9b

Please sign in to comment.