feat: build arm images
This commit is contained in:
parent
92986a036b
commit
31d3cc43f9
1
.github/workflows/docker-build-latest.yaml
vendored
1
.github/workflows/docker-build-latest.yaml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
|
||||
|
1
.github/workflows/docker-build-release.yaml
vendored
1
.github/workflows/docker-build-release.yaml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.dockerhub_repository }}:${{ github.event.release.tag_name }}, ${{ env.dockerhub_repository }}:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user