Skip to content

Commit

Permalink
add matrix for multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 15, 2023
1 parent 58d4626 commit ceeaca1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
build-and-push-deb-pkg:
name: Build deb package and push to repositories
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm/v7
- linux/arm64

steps:
- name: Checkout the repo
Expand Down

0 comments on commit ceeaca1

Please sign in to comment.