Skip to content

Commit

Permalink
Merge pull request #18 from claudiubelu/fixes-envoy-arm64
Browse files Browse the repository at this point in the history
Fixes and enables arm64 build
  • Loading branch information
addyess authored Oct 16, 2024
2 parents 94d0c2f + 26164e9 commit 1bce757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1.28.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |
Envoy is an open source edge and service proxy, designed for cloud-native applications.
platforms:
amd64:
arm64:

services:
envoy:
Expand Down Expand Up @@ -47,6 +48,8 @@ parts:

- libtinfo5 # required for bazel/setup_clang.sh
- automake
# Required for the arm64 build.
- libxml2
override-build: |
# The checksum of quiche-envoy-integration changed, causing the envoy build to fail.
# https://github.com/envoyproxy/envoy/issues/36563
Expand Down

0 comments on commit 1bce757

Please sign in to comment.