diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263abb9..4ffbb07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: context: . pull: true push: true - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: ${{ env.TAGGED_IMAGE }} cache-to: type=inline