Skip to content

Commit 63d7963

Browse files
authored
Merge pull request #8 from FlowFuse/hardillb-patch-1
Remove ARMv7 container build
2 parents 4c47170 + ad1500c commit 63d7963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
file: docker/Dockerfile
4949
tags: ${{ steps.meta.outputs.tags }}
5050
push: true
51-
platforms: linux/amd64, linux/arm64, linux/arm/v7
51+
platforms: linux/amd64,linux/arm64
5252
- name: Publish README.md to Docker Hub
5353
uses: peter-evans/dockerhub-description@v4
5454
with:
5555
repository: flowfuse/mqtt-schema-agent
5656
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
57-
readme-filepath: ./docker/README.md
57+
readme-filepath: ./docker/README.md

0 commit comments

Comments
 (0)