diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7b95944..e69f3e1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -57,4 +57,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 diff --git a/bun.lock b/bun.lock index 08c7cc0..748911f 100644 --- a/bun.lock +++ b/bun.lock @@ -47,6 +47,7 @@ "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "drizzle-kit": "^0.30.4", + "lightningcss-linux-x64-gnu": "^1.29.1", "postcss": "^8.5.3", "tailwindcss": "^4.0.9", "typescript": "^5.7.3", diff --git a/package.json b/package.json index 43831fc..5820ba2 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "drizzle-kit": "^0.30.4", + "lightningcss-linux-x64-gnu": "^1.29.1", "postcss": "^8.5.3", "tailwindcss": "^4.0.9", "typescript": "^5.7.3"