Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanghaikid authored Nov 12, 2024
1 parent b516e43 commit 2efd2c4
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
- linux/arm/v7
include:
- os: ubuntu-latest
name: "linux-amd64"
platform: "linux/amd64"
- os: ubuntu-latest
name: "linux-arm64"
platform: "linux/arm64"
- os: ubuntu-latest
name: "linux-arm-v7"
platform: "linux/arm/v7"

steps:
- uses: actions/checkout@v4
Expand All @@ -42,8 +48,7 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
tags: |
zilliz/attu:dev-${{ matrix.platform | replace('/', '-') }}
tags: zilliz/attu:dev-${{ matrix.name }}
cache-from: type=registry,ref=zilliz/attu:cache
cache-to: type=inline
build-args: |
Expand Down

0 comments on commit 2efd2c4

Please sign in to comment.