aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPatrick Jackson <patrick@jackson.dev>2022-11-17 01:12:42 -0800
committerGitHub <noreply@github.com>2022-11-17 09:12:42 +0000
commitf3894ef9c0c9d2d9effa963b116d0075d4e7a9e5 (patch)
tree027a8c55e5ba671b6973c643e3898aaeaae2c408 /.github
parentFix minor typo in config.md (#615) (diff)
downloadatuin-f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5.zip
Re-enable arm docker builds (#616)
Diffstat (limited to '')
-rw-r--r--.github/workflows/docker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 51e44c98..8f1855af 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -54,7 +54,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- platforms: linux/amd64 #,linux/arm64
+ platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max