summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrriski <github@timoriski.fi>2023-10-03 06:32:32 +0300
committerGitHub <noreply@github.com>2023-10-02 20:32:32 -0700
commitab8a48b2e01c33597b96bd05e66aa53413d1fe29 (patch)
tree63282edeec6d00ba5f96cfebf284dd0ddff51c34 /.github
parentda2221a87f352739ca4c2cfcf6cbb045102ec640 (diff)
Re-enable `linux/arm64` platform in CI docker build (#1276)
This was previously enabled in #616 and then reverted in #730.
Diffstat (limited to '.github')
-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 78236ec1..d7c883ea 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
build-args: RUST_BACKTRACE=1