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