Skip to content

Commit 0a202d6

Browse files
committed
🔧 Remove ARM64 Linux build target from CI pipeline
Remove ARM64 Linux build configuration from build matrix - Remove linux-arm64 build target from build-packages job matrix - Eliminates aarch64-unknown-linux-gnu target configuration - Removes associated ARM64-specific build parameters - Simplifies CI pipeline to focus on primary x86_64 Linux target This change addresses CI failures related to ARM64 cross-compilation while maintaining support for primary deployment targets.
1 parent 00235a3 commit 0a202d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ jobs:
157157
arch_suffix: amd64
158158
rpm_arch: x86_64
159159
rust_flags: "-C target-cpu=x86-64"
160-
161-
- build: linux-arm64
162-
os: ubuntu-latest
163-
target: aarch64-unknown-linux-gnu
164-
arch_suffix: arm64
165-
rpm_arch: aarch64
166-
rust_flags: "-C target-cpu=generic"
167160
outputs:
168161
version: ${{ steps.get_version.outputs.VERSION }}
169162
steps:

0 commit comments

Comments
 (0)