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 569a87b commit 45940fcCopy full SHA for 45940fc
.github/workflows/main.yml
@@ -21,14 +21,12 @@ jobs:
21
# This workflow contains a single job called "build"
22
build:
23
# The type of runner that the job will run on
24
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- include:
28
- - os: macos-14
29
- platform: linux/amd64
30
- - os: ubuntu-latest
31
+ platform:
+ - linux/amd64
+ - linux/arm64
32
33
# Steps represent a sequence of tasks that will be executed as part of the job
34
steps:
0 commit comments