Skip to content

Commit 7a82afb

Browse files
authored
add release build options to darwin (#5)
1 parent 67589aa commit 7a82afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ steps.tagName.outputs.tag }}
2525
- name: build
2626
run: |
27-
bazelisk build --curses=no --show_task_finish --verbose_failures --action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH --test_output=all //source/exe:envoy-static
27+
bazelisk build --curses=no --show_task_finish --verbose_failures --action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH --test_output=all -c "opt" //source/exe:envoy-static --config=sizeopt
2828
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
2929
- name: Upload binaries to release
3030
env:

0 commit comments

Comments
 (0)