diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-06-06 09:48:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 09:48:28 +0100 |
| commit | 706b1aff652c7d3e96f789a7047d530570e25826 (patch) | |
| tree | ad6748225df087efe147a2f304d46098cb123741 /.github | |
| parent | Update README.md (diff) | |
| download | atuin-706b1aff652c7d3e96f789a7047d530570e25826.zip | |
Disable ARM docker builds (#438)
These are failing and need investigating
Diffstat (limited to '.github')
| -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 8f1855af..51e44c98 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 |
