Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightislost authored Nov 11, 2024
1 parent f81f93e commit ceb59d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [linux/amd64, linux/arm64]

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

0 comments on commit ceb59d2

Please sign in to comment.