We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e5859 commit f81f93eCopy full SHA for f81f93e
.github/workflows/test.yaml
@@ -8,8 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- architecture: [amd64, arm64]
12
- os: [linux] # 保持这个配置不变
+ architecture: [linux/amd64, linux/arm64]
13
14
steps:
15
- name: Checkout code
@@ -34,5 +33,5 @@ jobs:
34
33
context: .
35
file: ./Dockerfile_frontend
36
push: true
37
- tags: ghcr.io/lightislost/ekgfrontend:0.1.0
38
- platforms: linux/${{ matrix.architecture }} # 修改这里
+ tags: ghcr.io/lightislost/ekgfrontend:latest
+ platforms: ${{ matrix.architecture }} # 修改这里
0 commit comments