diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4d2052b..0b999e1 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -55,6 +55,6 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 build-args: | BUILDKIT_INLINE_CACHE=1