Skip to content

Commit 09bc6d2

Browse files
authored
Merge pull request #8 from FlowFuse/hardillb-patch-1
Fix docker build
2 parents 430c362 + cb2d245 commit 09bc6d2

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
@@ -36,11 +36,11 @@ jobs:
3636
file: docker/Dockerfile
3737
tags: ${{ steps.meta.outputs.tags }}
3838
push: true
39-
platforms: linux/amd64, linux/arm64, linux/arm/v7
39+
platforms: linux/amd64, linux/arm64
4040
- name: Publish README.md to Docker hub
4141
uses: peter-evans/dockerhub-description@v4
4242
with:
4343
repository: flowfuse/npm-registry
4444
username: flowfuse
4545
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
46-
readme-filepath: ./docker/README.md
46+
readme-filepath: ./docker/README.md

0 commit comments

Comments
 (0)