Skip to content

Commit ceb59d2

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

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
@@ -6,9 +6,6 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
architecture: [linux/amd64, linux/arm64]
129

1310
steps:
1411
- name: Checkout code
@@ -34,4 +31,6 @@ jobs:
3431
file: ./Dockerfile_frontend
3532
push: true
3633
tags: ghcr.io/lightislost/ekgfrontend:latest
37-
platforms: ${{ matrix.architecture }} # 修改这里
34+
platforms: |
35+
linux/amd64
36+
linux/arm64

0 commit comments

Comments
 (0)