Skip to content

Commit

Permalink
Merge pull request #8 from thin-edge/ci-remove-armv6
Browse files Browse the repository at this point in the history
ci: remove armv6 image build due to install issue
  • Loading branch information
reubenmiller authored Feb 16, 2024
2 parents 09facb7 + 4d946f4 commit b092ddd
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,linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit b092ddd

Please sign in to comment.