Skip to content

Commit

Permalink
Merge pull request #786 from 6ixfalls/patch-1
Browse files Browse the repository at this point in the history
feat: build arm images
  • Loading branch information
poeti8 authored Jan 10, 2025
2 parents 92986a0 + 31d3cc4 commit c253b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c253b75

Please sign in to comment.