Add aarch64 build configuration to build.json

This commit is contained in:
Alexandre
2026-02-02 14:22:31 +01:00
committed by GitHub
parent 6e632dd904
commit b58e3e2d2f

View File

@@ -1,6 +1,6 @@
{ {
"build_from": { "build_from": {
"amd64": "ghcr.io/baldarn/whatsapper:latest", "amd64": "ghcr.io/baldarn/whatsapper:latest",
"arm64": "ghcr.io/baldarn/whatsapper:latest" "aarch64": "ghcr.io/baldarn/whatsapper:latest"
} }
} }