Skip to content

Commit f7e5859

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Docker Image CI Test
2+
23
on:
34
workflow_dispatch: # 允许手动触发工作流
45

@@ -8,7 +9,7 @@ jobs:
89
strategy:
910
matrix:
1011
architecture: [amd64, arm64]
11-
os: [linux]
12+
os: [linux] # 保持这个配置不变
1213

1314
steps:
1415
- name: Checkout code
@@ -34,4 +35,4 @@ jobs:
3435
file: ./Dockerfile_frontend
3536
push: true
3637
tags: ghcr.io/lightislost/ekgfrontend:0.1.0
37-
platforms: ${{ matrix.os }}/${{ matrix.architecture }}
38+
platforms: linux/${{ matrix.architecture }} # 修改这里

0 commit comments

Comments
 (0)