Skip to content

Commit

Permalink
Update build_deb_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennfshr authored Sep 23, 2024
1 parent 1055d33 commit e3f57ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_deb_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ jobs:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- 'linux/amd64'
- 'linux/arm/v6'
- 'linux/arm/v7'
- 'linux/arm64'

steps:
- name: Platform
run: |
echo "HERE IN STEP PLATFORM"
echo "${{ matrix.platform}} is matrix platform"
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >>$GITHUB_ENV
Expand Down

0 comments on commit e3f57ed

Please sign in to comment.