Skip to content

Commit bec7493

Browse files
committed
ci: liqoctl matrix fix
1 parent 815e065 commit bec7493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
strategy:
259259
matrix:
260260
goos: [linux, windows, darwin]
261-
goarch: ${{ (startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master') && '[arm64, amd64, arm]' || '[amd64]' }}
261+
goarch: ${{ needs.configure.outputs.architectures }}
262262
exclude:
263263
- goarch: arm64
264264
goos: windows

0 commit comments

Comments
 (0)