Skip to content

Commit 51a600a

Browse files
committed
build(CI): 构建多平台镜像
1 parent 2ef1a78 commit 51a600a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/maven_build_2.1x.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
11+
- uses: docker/setup-qemu-action@v3
12+
- uses: docker/setup-buildx-action@v3
1113
- name: Set up JDK 17
12-
uses: actions/setup-java@v1
14+
uses: actions/setup-java@v4
1315
with:
14-
java-version: 17
16+
java-version: '17'
17+
distribution: 'temurin'
1518
- name: Cache Maven Repository
1619
uses: actions/cache@v3
1720
with:

0 commit comments

Comments
 (0)