Skip to content

Commit

Permalink
change make target
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Dec 18, 2024
1 parent bd139c5 commit 20d0560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- name: Build Envoy
run: |
BUILD_WITH_CONTAINER=1 make build_envoy exportcache;
BUILD_WITH_CONTAINER=1 make build_envoy;
ls -lha bazel-bin/;
find . -maxdepth 4
- name: Build and push Docker image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM istio/proxyv2:1.23.3

COPY ./out/linux_amd64/envoy /usr/local/bin/
COPY ./bazel-bin/envoy /usr/local/bin/

0 comments on commit 20d0560

Please sign in to comment.