feat: docker image support arm platform
This commit is contained in:
parent
1c08145486
commit
893a4da8ee
|
@ -41,5 +41,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./local.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:latest
|
|
@ -50,5 +50,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./local.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:${{ github.event.inputs.tag }}
|
Loading…
Reference in New Issue