File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- feature/v2
7
+ - release-2.0
7
8
pull_request :
8
9
branches :
9
10
- feature/v2
11
+ - release-2.0
10
12
11
13
concurrency :
12
14
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -26,18 +28,18 @@ jobs:
26
28
- uses : docker/setup-qemu-action@v3
27
29
with :
28
30
image : gcr.io/pingcap-public/third-party/tonistiigi/binfmt:latest
29
-
31
+
30
32
- name : setup buildx context
31
33
run : |
32
34
docker context create builder
33
-
35
+
34
36
- uses : docker/setup-buildx-action@v3
35
37
with :
36
38
platforms : linux/arm64,linux/amd64
37
39
endpoint : builder
38
40
driver-opts : |
39
41
image=gcr.io/pingcap-public/third-party/moby/buildkit:buildx-stable-1
40
-
42
+
41
43
- name : image
42
44
run : |
43
45
V_PLATFORMS=linux/arm64,linux/amd64 make image
54
56
- name : build
55
57
run : |
56
58
make build
57
-
59
+
58
60
lint :
59
61
runs-on : ubuntu-24.04
60
62
steps :
You can’t perform that action at this time.
0 commit comments