Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fast-build-arm:

.PHONY: build-arm
build-arm:
./ci/run_envoy_docker.sh 'ci/do_ci.sh bazel.release //test/extensions... //test/common/... //test/integration/...'
./ci/run_envoy_docker.sh 'ci/do_ci.sh bazel.release //test/extensions/... //test/common/... //test/integration/...'

.PHONY: docker-release-arm
docker-release-arm:
Expand All @@ -37,4 +37,4 @@ gengo:
check-gencode:
touch SOURCE_VERSION
CHECK=1 ./ci/gen_go.sh
rm SOURCE_VERSION
rm SOURCE_VERSION
4 changes: 4 additions & 0 deletions changelog/v1.37.0-beta2/fix-arm-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Fixing ARM build options in Makefile.