diff --git a/Makefile b/Makefile index e2ba4fdc..51720c8f 100644 --- a/Makefile +++ b/Makefile @@ -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: @@ -37,4 +37,4 @@ gengo: check-gencode: touch SOURCE_VERSION CHECK=1 ./ci/gen_go.sh - rm SOURCE_VERSION \ No newline at end of file + rm SOURCE_VERSION diff --git a/changelog/v1.37.0-beta2/fix-arm-build.yaml b/changelog/v1.37.0-beta2/fix-arm-build.yaml new file mode 100644 index 00000000..3463523f --- /dev/null +++ b/changelog/v1.37.0-beta2/fix-arm-build.yaml @@ -0,0 +1,4 @@ +changelog: +- type: NON_USER_FACING + description: >- + Fixing ARM build options in Makefile.