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 43aba96 commit 3c3df71Copy full SHA for 3c3df71
.github/workflows/dev-release.yml
@@ -38,13 +38,20 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- include:
+ file:
42
+ # - lando-linux-arm64-${{ github.sha }}
43
+ # - lando-macos-arm64-${{ github.sha }}
44
+ # - lando-win-arm64-${{ github.sha }}.exe
45
# - lando-linux-x64-${{ github.sha }}
46
# - lando-macos-x64-${{ github.sha }}
47
# - lando-win-x64-${{ github.sha }}.exe
48
+ # - lando-linux-arm64-slim-${{ github.sha }}
49
+ # - lando-macos-arm64-slim-${{ github.sha }}
50
+ # - lando-win-arm64-slim-${{ github.sha }}.exe
51
- lando-linux-x64-slim-${{ github.sha }}
52
- lando-macos-x64-slim-${{ github.sha }}
53
- lando-win-x64-slim-${{ github.sha }}.exe
54
+
55
with:
56
file: ${{ matrix.file }}
57
secrets:
0 commit comments