Skip to content

Commit

Permalink
add docker linux/arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 18, 2023
1 parent 5a6fffd commit 797ec18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -29,5 +35,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Added:
- Create Debian & RPM packages for x86 and ARM64
- Build linux/amd64 docker image
- Update dependencies with security vulns
- Add `--local-delivery` option for when Roon runs on the same host

Expand Down

0 comments on commit 797ec18

Please sign in to comment.