feat: build arm images

This commit is contained in:
Six 2025-01-09 21:56:49 -08:00 committed by GitHub
parent 92986a036b
commit 31d3cc43f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

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