Skip to content

Commit

Permalink
Change: Matrix for amd64 and arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed Jun 19, 2024
1 parent b175d11 commit bd92304
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
jobs:
building:
runs-on: self-hosted-generic
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -60,7 +65,8 @@ jobs:
type=ref,event=pr
type=raw,value=latest,enable=${{ steps.latest.outputs.is-latest-tag == 'true' }}
type=raw,value=stable,enable=${{ steps.latest.outputs.is-latest-tag == 'true' }}
image-platforms: linux/amd64,linux/arm64
image-platforms: ${{ matrix.platform }}
registry: ${{ secrets.GREENBONE_REGISTRY }}
registry-username: ${{ secrets.GREENBONE_REGISTRY_USER }}
registry-password: ${{ secrets.GREENBONE_REGISTRY_TOKEN }}
scout: true

0 comments on commit bd92304

Please sign in to comment.