mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Container: Build containers also for linux/arm64
This commit is contained in:
parent
30b3c6c908
commit
fad5406348
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
@ -63,7 +63,6 @@ jobs:
|
||||
cache-to: type=gha,mode=max
|
||||
context: .github/container
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
#platforms: linux/amd64,linux/arm64 # arm takes 30 mins to compile
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user