mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-14 07:06:59 +08:00
feat: docker image support arm platform (#236)
This commit is contained in:
1
.github/workflows/auto-docker-latest.yml
vendored
1
.github/workflows/auto-docker-latest.yml
vendored
@@ -41,5 +41,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./local.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:latest
|
1
.github/workflows/manual-release.yml
vendored
1
.github/workflows/manual-release.yml
vendored
@@ -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 }}
|
Reference in New Issue
Block a user