You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🔧 Fix CI ARM64 Compatibility: Replace arduino/setup-protoc@v1 with Cross-Platform Solution
1
+
# Fix CI ARM64 Compatibility: Replace arduino/setup-protoc@v1 with Cross-Platform Solution
2
2
3
-
## 📋**Pull Request Summary**
3
+
## **Pull Request Summary**
4
4
5
5
**Fixes Issue**: #60 - BUG: the .github/workflows/ci-go-cover.yml action relies on an action that is x86_64-specific
6
6
7
-
### 🎯**Title**
7
+
### **Title**
8
8
```
9
9
Fix CI ARM64 compatibility by replacing arduino/setup-protoc@v1 with cross-platform protoc installation
10
10
```
11
11
12
-
### 📝**Detailed Description**
12
+
### **Detailed Description**
13
13
14
14
This PR resolves the ARM64 compatibility issue in GitHub Actions workflows that prevented local CI testing on Apple M1/M2 Macs and ARM64 systems using the `act` tool.
15
15
@@ -21,60 +21,60 @@ This PR resolves the ARM64 compatibility issue in GitHub Actions workflows that
21
21
#### **Solution**
22
22
Replaced the problematic action with a robust shell script that:
This PR is ready for merge and will immediately resolve ARM64 compatibility issues for all Veraison Services contributors using Apple Silicon or ARM64 Linux systems.
90
90
@@ -93,11 +93,11 @@ This PR is ready for merge and will immediately resolve ARM64 compatibility issu
93
93
**Commits**: 4 focused commits with clear history and proper DCO signoffs
94
94
**Impact**: Zero breaking changes, pure enhancement
95
95
96
-
### ✅**DCO Compliance**
96
+
### **DCO Compliance**
97
97
All commits are properly signed off with `Signed-off-by: Kallal Mukherjee <ritamukherje62@gmail.com>` as required by the project's Developer Certificate of Origin policy.
0 commit comments