Skip to content

Commit f81f93e

Browse files
authored
Update test.yaml
1 parent f7e5859 commit f81f93e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
architecture: [amd64, arm64]
12-
os: [linux] # 保持这个配置不变
11+
architecture: [linux/amd64, linux/arm64]
1312

1413
steps:
1514
- name: Checkout code
@@ -34,5 +33,5 @@ jobs:
3433
context: .
3534
file: ./Dockerfile_frontend
3635
push: true
37-
tags: ghcr.io/lightislost/ekgfrontend:0.1.0
38-
platforms: linux/${{ matrix.architecture }} # 修改这里
36+
tags: ghcr.io/lightislost/ekgfrontend:latest
37+
platforms: ${{ matrix.architecture }} # 修改这里

0 commit comments

Comments
 (0)