enable native build stage

This commit is contained in:
Thomas Göttgens
2024-10-12 10:34:22 +02:00
committed by GitHub
parent 48d8b85a3b
commit 015f7335b0

View File

@@ -134,8 +134,8 @@ jobs:
package-raspbian-armv7l: package-raspbian-armv7l:
uses: ./.github/workflows/package_raspbian_armv7l.yml uses: ./.github/workflows/package_raspbian_armv7l.yml
# package-native: package-native:
# uses: ./.github/workflows/package_amd64.yml uses: ./.github/workflows/package_amd64.yml
after-checks: after-checks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -249,7 +249,7 @@ jobs:
gather-artifacts, gather-artifacts,
package-raspbian, package-raspbian,
package-raspbian-armv7l, package-raspbian-armv7l,
# package-native, package-native,
] ]
steps: steps:
- name: Checkout - name: Checkout