Skip to content

Commit

Permalink
🎨 Update
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Sep 8, 2023
1 parent e7c559a commit 3e68e2c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/experimental_conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ on:
- 'charts/gateway-helm/crds/gatewayapi-crds.yaml'

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./tools/github-actions/setup-deps

- name: Build EG Multiarch Binaries
run: make build-multiarch PLATFORMS="linux_amd64 linux_arm64"

- name: Upload EG Binaries
uses: actions/upload-artifact@v3
with:
name: envoy-gateway
path: bin/

conformance-test:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -39,7 +55,6 @@ jobs:
body: '👋 Thanks for reporting!'
})
# conformance
- name: Run Conformance Tests
env:
Expand Down

0 comments on commit 3e68e2c

Please sign in to comment.