aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-04 12:39:59 +0200
committerBadlop <badlop@process-one.net>2022-05-04 18:00:58 +0200
commitfad5406348f839c7e21457e8cf3f4939a3b8e6e0 (patch)
tree6283fc2ad847f971c40b6c71183fb9dde99527c2 /.github
parentAnnotate options and commands recently added (diff)
Container: Build containers also for linux/arm64
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 84adc5558..8ae2c6873 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -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 }}