[server] Build ARM images when publishing to ghcr.io (#1320)

Untested yet, will test alongside the next publish

Requested in https://github.com/ente-io/ente/discussions/1305
This commit is contained in:
Manav Rathi 2024-04-04 21:59:47 +05:30 committed by GitHub
commit 1aa39e83d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ jobs:
image: server
registry: ghcr.io
enableBuildKit: true
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm/v7
buildArgs: GIT_COMMIT=${{ inputs.commit }}
tags: ${{ inputs.commit }}, latest
username: ${{ github.actor }}