Remove amd64 platform from GHCR deployment
This commit is contained in:
parent
41e6640528
commit
e508b94fcd
2
.github/workflows/deploy_ghcr.yml
vendored
2
.github/workflows/deploy_ghcr.yml
vendored
@ -35,5 +35,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/arm64
|
||||||
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user