Skip to content

Commit cdf0277

Browse files
committed
debug
Signed-off-by: zhangzujian <[email protected]>
1 parent f0df3f5 commit cdf0277

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/build-x86-image.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -231,33 +231,6 @@ jobs:
231231
name: kube-ovn-dpdk
232232
path: kube-ovn-dpdk.tar
233233

234-
build-vpc-nat-gateway:
235-
name: Build vpc-nat-gateway
236-
runs-on: ubuntu-22.04
237-
steps:
238-
- uses: jlumbroso/[email protected]
239-
with:
240-
android: true
241-
dotnet: true
242-
haskell: true
243-
docker-images: false
244-
large-packages: false
245-
tool-cache: false
246-
swap-storage: false
247-
248-
- uses: actions/checkout@v4
249-
250-
- name: Build
251-
run: |
252-
make image-vpc-nat-gateway
253-
make tar-vpc-nat-gateway
254-
255-
- name: Upload image to artifact
256-
uses: actions/upload-artifact@v4
257-
with:
258-
name: vpc-nat-gateway
259-
path: vpc-nat-gateway.tar
260-
261234
build-e2e-binaries:
262235
name: Build E2E Binaries
263236
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)