Skip to content

Commit 87e6550

Browse files
committed
fixup: build workflow is now from 1877
1 parent 50f9d49 commit 87e6550

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
# have a look at gardenlinux/.github/workflows/github.mjs
4444
target: dev
4545
fail_fast: true
46-
platform_test_build: false
4746
# secrets:
4847
# aws_region: ${{ secrets.AWS_REGION }}
4948
# aws_kms_role: ${{ secrets.KMS_SIGNING_IAM_ROLE }}

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# have a look at gardenlinux/.github/workflows/github.mjs
2727
target: dev
2828
fail_fast: true
29-
platform_test_build: false
29+
#platform_test_build: false
3030
# secrets:
3131
# aws_region: ${{ secrets.AWS_REGION }}
3232
# aws_kms_role: ${{ secrets.KMS_SIGNING_IAM_ROLE }}

bin/flavors_parse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gardenlinux/bin/flavors_parse.py

0 commit comments

Comments
 (0)