diff options
| author | rriski <github@timoriski.fi> | 2023-10-03 06:32:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 20:32:32 -0700 |
| commit | ab8a48b2e01c33597b96bd05e66aa53413d1fe29 (patch) | |
| tree | 63282edeec6d00ba5f96cfebf284dd0ddff51c34 /.github/workflows | |
| parent | feat: copy to clipboard (#1249) (diff) | |
| download | atuin-ab8a48b2e01c33597b96bd05e66aa53413d1fe29.zip | |
Re-enable `linux/arm64` platform in CI docker build (#1276)
This was previously enabled in #616 and then reverted in #730.
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
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 |
