mirror of
https://github.com/vran-dev/databasir.git
synced 2025-10-30 12:09:20 +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:
|
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
|
||||||
1
.github/workflows/manual-release.yml
vendored
1
.github/workflows/manual-release.yml
vendored
@@ -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 }}
|
||||||
Reference in New Issue
Block a user