Skip to content

Commit

Permalink
fix(build): update docker build ver
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <[email protected]>
  • Loading branch information
ngjaying committed Oct 21, 2024
1 parent 5ba5b42 commit eadb455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
golang:
- 1.22.1
- 1.22.8
arch: ${{fromJson(needs.prepare.outputs.arch)}}
os:
- debian
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- "-slim-python"
- "-full"
golang:
- 1.22.1
- 1.22.8

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- [debian, "slim"]
- [alpine, "alpine"]
golang:
- 1.22.1
- 1.22.8
exclude:
- arch: linux/arm/v7
- os: [ alpine,"alpine" ]
Expand Down

0 comments on commit eadb455

Please sign in to comment.