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 b162882 commit ecb5290Copy full SHA for ecb5290
.github/workflows/build.yaml
@@ -131,6 +131,7 @@ jobs:
131
if: github.event_name == 'push' || github.event_name == 'pull_request' || (github.event_name == 'release' && startsWith(github.event.release.tag_name, 'hive-router-v'))
132
runs-on: ${{ matrix.action_runner }}
133
strategy:
134
+ fail-fast: false # TODO: linux arm build fails
135
matrix:
136
include:
137
- name: linux_arm64
0 commit comments