We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650c359 commit a68e831Copy full SHA for a68e831
1 file changed
.github/workflows/publish.yaml
@@ -21,6 +21,10 @@ jobs:
21
python: "3.10"
22
arch: x86_64
23
package-name: linux_x86_64
24
+ - os: ubuntu-24.04-arm
25
+ python: "3.10"
26
+ arch: arm64
27
+ package-name: linux_arm64
28
- os: macos-latest
29
30
arch: arm64
@@ -97,7 +101,7 @@ jobs:
97
101
98
102
attach:
99
103
name: Attach Artifacts to GitHub Release
100
- runs-on: macos-latest
104
+ runs-on: ubuntu-latest
105
needs: build
106
107
steps:
0 commit comments