Multi-arch prod image build: add linux/arm64 for Raspberry Pi #39
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a Forgejo Actions build pipeline that produces a multi-arch Docker image (
linux/amd64+linux/arm64) so the app can run on Raspberry Pi.Changes
.forgejo/workflows/build.yml— triggers on tag push (v*), builds withdocker buildx, pushes toforge.lvl0.xyz/myrmidex/incrdocker/production/DockerfilePHP stage fromphp:8.2-fpm-alpinetophp:8.3-fpm-alpine(aligns with composer.lock requirement)node:20-alpineandphp:8.3-fpm-alpinebase images are both multi-arch (they are)Notes
docker/setup-buildx-action+docker/build-push-actionpatternforge.lvl0.xyz/myrmidex/incrREGISTRY_USERNAME+REGISTRY_PASSWORDsecrets on the repo