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 cb657a5 commit 51416b3Copy full SHA for 51416b3
.github/workflows/release-automation.yaml
@@ -3,6 +3,9 @@ on:
3
workflow_dispatch:
4
workflow_call:
5
6
+permissions:
7
+ id-token: write
8
+
9
jobs:
10
get-latest-tag:
11
name: Get the latest release tag
Makefile
@@ -336,7 +336,7 @@ test-e2e-daemon:
336
--daemon-context-subject-prefix="$(OUTDIR)/lima/bin/limactl shell finch sudo" \
337
--daemon-context-subject-env="LIMA_HOME=$(OUTDIR)/lima/data"
338
339
-# TODO: Blkio devices are not getting created in test environment, skipping for now
+# TODO: Blkio devices are not getting created in test environment, skipping for now - testing these
340
.PHONY: test-e2e-daemon-linux
341
test-e2e-daemon-linux:
342
# Create symlink for buildkit socket path compatibility
0 commit comments