[server] Build ARM images when publishing
This commit is contained in:
parent
4e5fcebb95
commit
d84ee7223a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/server-publish.yml
vendored
2
.github/workflows/server-publish.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue