We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9b125 commit e9b10b8Copy full SHA for e9b10b8
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
name: Create matrix
35
id: platforms
36
run: |
37
- echo matrix=["linux/amd64","linux/arm/v7","linux/arm64"] >> $GITHUB_OUTPUT
+ echo matrix='["linux/amd64","linux/arm/v7","linux/arm64"]' >> $GITHUB_OUTPUT
38
-
39
name: Show matrix
40
0 commit comments