Revert "chore: arm64"

This reverts commit 7139448339c506b364219d218c5d62a3a6584faa.
This commit is contained in:
Danny
2025-07-12 09:27:05 -07:00
parent 7139448339
commit 4a47275adf

View File

@ -46,7 +46,7 @@ jobs:
with: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
@ -68,7 +68,7 @@ jobs:
with: with:
context: ./ context: ./
file: ./Dockerfile.sqlchat-ai file: ./Dockerfile.sqlchat-ai
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
push: true push: true
tags: ${{ steps.meta-website.outputs.tags }} tags: ${{ steps.meta-website.outputs.tags }}
labels: ${{ steps.meta-website.outputs.labels }} labels: ${{ steps.meta-website.outputs.labels }}