Skip to content

Commit 65602bf

Browse files
authored
fix(ci): also run ci in release-2.0 branch (#6393)
1 parent 8201eb7 commit 65602bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci-v2.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- feature/v2
7+
- release-2.0
78
pull_request:
89
branches:
910
- feature/v2
11+
- release-2.0
1012

1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -26,18 +28,18 @@ jobs:
2628
- uses: docker/setup-qemu-action@v3
2729
with:
2830
image: gcr.io/pingcap-public/third-party/tonistiigi/binfmt:latest
29-
31+
3032
- name: setup buildx context
3133
run: |
3234
docker context create builder
33-
35+
3436
- uses: docker/setup-buildx-action@v3
3537
with:
3638
platforms: linux/arm64,linux/amd64
3739
endpoint: builder
3840
driver-opts: |
3941
image=gcr.io/pingcap-public/third-party/moby/buildkit:buildx-stable-1
40-
42+
4143
- name: image
4244
run: |
4345
V_PLATFORMS=linux/arm64,linux/amd64 make image
@@ -54,7 +56,7 @@ jobs:
5456
- name: build
5557
run: |
5658
make build
57-
59+
5860
lint:
5961
runs-on: ubuntu-24.04
6062
steps:

0 commit comments

Comments
 (0)