diff options
| author | Patrick Jackson <patrick@jackson.dev> | 2022-11-17 01:12:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-17 09:12:42 +0000 |
| commit | f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5 (patch) | |
| tree | 027a8c55e5ba671b6973c643e3898aaeaae2c408 /.github/workflows/docker.yaml | |
| parent | Fix minor typo in config.md (#615) (diff) | |
| download | atuin-f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5.zip | |
Re-enable arm docker builds (#616)
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 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 |
