File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install Go
19
19
uses : actions/setup-go@master
20
20
with :
21
- go-version : 1.22 .x
21
+ go-version : 1.23 .x
22
22
- name : Set up QEMU
23
23
uses : docker/setup-qemu-action@v3
24
24
- name : Set up Docker Buildx
51
51
context : .
52
52
file : ./Dockerfile
53
53
outputs : " type=image,push=false"
54
- platforms : linux/amd64,linux/arm/v7,linux/ arm64
54
+ platforms : linux/amd64,linux/arm64
55
55
build-args : |
56
56
GIT_COMMIT=dev-${{env.GIT_COMMIT}}
57
57
VERSION=dev-${{env.GIT_COMMIT}}
Original file line number Diff line number Diff line change 21
21
- name : Install Go
22
22
uses : actions/setup-go@master
23
23
with :
24
- go-version : 1.22 .x
24
+ go-version : 1.23 .x
25
25
- name : Set up QEMU
26
26
uses : docker/setup-qemu-action@v3
27
27
- name : Set up Docker Buildx
54
54
context : .
55
55
file : ./Dockerfile
56
56
outputs : " type=registry,push=true"
57
- platforms : linux/amd64,linux/arm/v7,linux/ arm64
57
+ platforms : linux/amd64,linux/arm64
58
58
build-args : |
59
59
GIT_COMMIT=${{env.GIT_COMMIT}}
60
60
VERSION=${{env.VERSION}}
You can’t perform that action at this time.
0 commit comments