summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-09-23 06:52:59 +0200
committerGitHub <noreply@github.com>2023-09-23 06:52:59 +0200
commita4202b7f80ca140f5d41b7059a9f2b9fa137ef61 (patch)
tree99e3bb036b016e498f28eaf724edc3f1eb4ac947 /.github/workflows
parentchore: change misskey to sharkey in setup (diff)
downloadsharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.tar.gz
sharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.tar.bz2
sharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.zip
ci: add arm support to release
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3c6b5595d0..923972eabf 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3.0.0
with:
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
- name: Docker meta
id: meta
uses: docker/metadata-action@v5