Skip to content

Commit

Permalink
Merge pull request #68 from puppetlabs/CAT-1872
Browse files Browse the repository at this point in the history
(CAT-1872) Add `linux/arm64` as a build target
  • Loading branch information
LukasAud authored Jul 25, 2024
2 parents be010ce + 596cdcc commit a9162c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.AWS_FORGE_ID }}.dkr.ecr.us-west-2.amazonaws.com/anubis:${{ env.TAG }}
Expand Down

0 comments on commit a9162c3

Please sign in to comment.