remove arm64 builds
Some checks failed
CI / Static Analysis (pre-commit) (push) Successful in 1m21s
CI / Tests (push) Successful in 1m6s
CI / Build and push image (push) Failing after 3m43s

This commit is contained in:
Brian Rosner 2025-04-13 14:38:28 -06:00
parent e10a8e3610
commit 07db338fcb

View File

@ -99,7 +99,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
target: prod target: prod
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
push: true push: true