Skip to content

Commit

Permalink
Revert building on ARM
Browse files Browse the repository at this point in the history
TailwindCSS does not yet support ARM. A PR [1] has been merged for arm/v7, but that has not been released yet.

[1]: tailwindlabs/tailwindcss#9084
  • Loading branch information
phylor committed Sep 30, 2022
1 parent 1c455a0 commit 35a2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: .
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
#platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 35a2047

Please sign in to comment.