Skip to content

Commit

Permalink
add release build options to darwin (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored May 12, 2021
1 parent 67589aa commit 7a82afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ steps.tagName.outputs.tag }}
- name: build
run: |
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
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
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
- name: Upload binaries to release
env:
Expand Down

0 comments on commit 7a82afb

Please sign in to comment.