Skip to content

Commit

Permalink
enable native build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Oct 12, 2024
1 parent 48d8b85 commit 015f733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
package-raspbian-armv7l:
uses: ./.github/workflows/package_raspbian_armv7l.yml

# package-native:
# uses: ./.github/workflows/package_amd64.yml
package-native:
uses: ./.github/workflows/package_amd64.yml

after-checks:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
gather-artifacts,
package-raspbian,
package-raspbian-armv7l,
# package-native,
package-native,
]
steps:
- name: Checkout
Expand Down

0 comments on commit 015f733

Please sign in to comment.