feat: docker image support arm platform (#236)

This commit is contained in:
vran 2022-06-09 17:49:24 +08:00 committed by GitHub
parent 1c08145486
commit 4e1509704d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -41,5 +41,6 @@ jobs:
with:
context: .
file: ./local.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:latest

View File

@ -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 }}