mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
ci: added arm64 platform for docker published images (#1021)
This commit is contained in:
parent
78eb3a5f34
commit
6f524fdf27
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
@ -65,6 +65,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
target: ${{ env.BUILD_TARGET }}
|
target: ${{ env.BUILD_TARGET }}
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
Reference in New Issue
Block a user