Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from thedadams/arm64-image
Browse files Browse the repository at this point in the history
chore: create linux/arm64 image
  • Loading branch information
thedadams authored Jan 26, 2024
2 parents 919e932 + f9a6b28 commit 64c6fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: |
docker buildx build --platform linux/amd64 -t ghcr.io/${{ github.repository_owner }}/aws-encryption-provider:main --push .
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/${{ github.repository_owner }}/aws-encryption-provider:main --push .
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ bin
.DS_Store
*.swp
.idea/
.vscode/
.vscode/

depot.json

0 comments on commit 64c6fec

Please sign in to comment.