Commit 490a986
authored
feat: Enable multi-arch Docker image builds (#137)
The Docker images published to GHCR only supported the linux/amd64
architecture, preventing native execution on arm64 systems like
Apple Silicon Macs.
This updates the GitHub Actions workflow to build and push images
for both linux/amd64 and linux/arm64 platforms.
Closes #1361 parent 50d5418 commit 490a986
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments