Skip to content

Commit 41bc44a

Browse files
committed
Add ARM64 support for Raspberry Pi Docker builds
- Add QEMU emulation step for cross-platform builds - Remove redundant docker-publish.yml workflow - build.yml now handles all CI/CD including multi-arch images
1 parent 8ab2d9e commit 41bc44a

2 files changed

Lines changed: 3 additions & 49 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- name: Checkout repository
6565
uses: actions/checkout@v4
6666

67+
- name: Set up QEMU
68+
uses: docker/setup-qemu-action@v3
69+
6770
- name: Set up Docker Buildx
6871
uses: docker/setup-buildx-action@v3
6972

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)