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 egress proxy ARM64 build by using Alpine edge repository (#1995)
The squid package is not available in Alpine Linux 3.22.1 repositories
for ARM64 architecture, causing multi-architecture Docker builds to fail.
This change adds the Alpine edge community repository to access the
squid package for both AMD64 and ARM64 architectures.
Fixes#1994
0 commit comments