Skip to content

Commit ad1500c

Browse files
authored
Remove ARMv7 container build
This is just hanging when building on GH Actions and we don't need it for FF Cloud
1 parent e9efc53 commit ad1500c

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)