Skip to content

Commit 015f733

Browse files
authored
enable native build stage
1 parent 48d8b85 commit 015f733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
package-raspbian-armv7l:
135135
uses: ./.github/workflows/package_raspbian_armv7l.yml
136136

137-
# package-native:
138-
# uses: ./.github/workflows/package_amd64.yml
137+
package-native:
138+
uses: ./.github/workflows/package_amd64.yml
139139

140140
after-checks:
141141
runs-on: ubuntu-latest
@@ -249,7 +249,7 @@ jobs:
249249
gather-artifacts,
250250
package-raspbian,
251251
package-raspbian-armv7l,
252-
# package-native,
252+
package-native,
253253
]
254254
steps:
255255
- name: Checkout

0 commit comments

Comments
 (0)