Skip to content

Commit

Permalink
Merge pull request #1149 from CalebSLane/develop
Browse files Browse the repository at this point in the history
add arm64 architecture to github action
  • Loading branch information
CalebSLane authored Jun 28, 2024
2 parents 602ff5d + cc96766 commit 73c5eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -250,6 +251,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 73c5eb8

Please sign in to comment.