Skip to content

Commit 9a75303

Browse files
committed
Merge branch 'release/0.1.1'
2 parents 8fd3c39 + 75d9142 commit 9a75303

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
3434
with:
35-
platforms: "linux/amd64,linux/arm64"
35+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3636
- name: Login to Dockerhub
3737
uses: docker/login-action@v3
3838
with:
@@ -42,6 +42,7 @@ jobs:
4242
uses: docker/build-push-action@v5
4343
with:
4444
context: .
45+
platforms: linux/amd64,linux/arm64,linux/arm/v7
4546
push: ${{ github.event_name != 'pull_request' }}
4647
tags: ${{ steps.meta.outputs.tags }}
4748
labels: ${{ steps.meta.outputs.labels }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ A Dockerfile is included based on a python 3.10 alpine image. The default port i
6464

6565
Published to Dockerhub as [sam159/brotherql_grocylabels](https://hub.docker.com/r/sam159/brotherql_grocylabels)
6666

67+
As an example, you can launch this with `docker run -d -p 8000:8000 -e PRINTER_MODEL="QL-500" -e PRINTER_PATH="file:///dev/usb/lp1" sam159/brotherql_grocylabels:latest`
68+
6769
## Contributing
6870

6971
I'll try to keep on top of bugs but feature requests may go unfulfilled. Please use the issue tracking in Github.

0 commit comments

Comments
 (0)