We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc556f commit ba620adCopy full SHA for ba620ad
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-22.04
51
strategy:
52
matrix:
53
- target_machine: ["x64"]
+ target_machine: ["x64", "arm64"]
54
build_type: [Release, Debug]
55
fail-fast: false
56
steps:
0 commit comments