diff options
| author | Marie <marie@kaifa.ch> | 2023-09-23 06:52:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 06:52:59 +0200 |
| commit | a4202b7f80ca140f5d41b7059a9f2b9fa137ef61 (patch) | |
| tree | 99e3bb036b016e498f28eaf724edc3f1eb4ac947 /.github | |
| parent | chore: change misskey to sharkey in setup (diff) | |
| download | sharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.tar.gz sharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.tar.bz2 sharkey-a4202b7f80ca140f5d41b7059a9f2b9fa137ef61.zip | |
ci: add arm support to release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
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 |