Skip to content

Commit 02bbceb

Browse files
authored
dev: Remove ARM build for Ubuntu 24.04 from publish workflow
Removed ARM architecture build for Ubuntu 24.04 from CI workflow.
1 parent 12aefb4 commit 02bbceb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
python: "3.10"
2222
arch: x86_64
2323
package-name: linux_x86_64
24-
- os: ubuntu-24.04-arm
25-
python: "3.10"
26-
arch: arm64
27-
package-name: linux_arm64
2824
- os: macos-latest
2925
python: "3.10"
3026
arch: arm64

0 commit comments

Comments
 (0)