Skip to content

Commit

Permalink
build envoy
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Sep 16, 2024
1 parent a0a3f88 commit 8f6e669
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI triggered by release branch
on:
push:
branches:
- 'release-*'

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: true
repository-cache: true
external-cache: true
- name: Build
run: |
make build_envoy

0 comments on commit 8f6e669

Please sign in to comment.