mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-23 23:11:37 +08:00
Revert "chore: arm64"
This reverts commit 7139448339c506b364219d218c5d62a3a6584faa.
This commit is contained in:
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user