We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f71c7d commit 39dd6e3Copy full SHA for 39dd6e3
.github/workflows/tests.yml
@@ -49,15 +49,15 @@ jobs:
49
secrets: inherit
50
with:
51
working_directory: ./tests
52
- docker_images: |
53
- ghcr.io/product-os/flowzone
54
- balena_slugs: |
55
- product_os/flowzone
56
- cargo_targets: |
57
- x86_64-unknown-linux-gnu,
58
- armv7-unknown-linux-gnueabi,
59
- aarch64-unknown-linux-gnu
60
- cloudflare_website: "flowzone"
+ # docker_images: |
+ # ghcr.io/product-os/flowzone
+ # balena_slugs: |
+ # product_os/flowzone
+ # cargo_targets: |
+ # x86_64-unknown-linux-gnu,
+ # armv7-unknown-linux-gnueabi,
+ # aarch64-unknown-linux-gnu
+ # cloudflare_website: "flowzone"
61
bake_targets: |
62
default,
63
multiarch
0 commit comments