Skip to content

Commit

Permalink
adding multiple platforms in workflow for image
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Nov 29, 2023
1 parent 0a7b78f commit 77f45ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 77f45ea

Please sign in to comment.