Skip to content

Commit

Permalink
amd arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaki-admin committed Jun 18, 2024
1 parent 1ca5436 commit 797ecaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
push: true
tags: beclab/r4extractor:${{ github.event.inputs.tags }}
file: Dockerfile.extractor
platforms: linux/arm64
platforms: linux/amd64,linux/arm64

2 changes: 1 addition & 1 deletion .github/workflows/update-prerank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
push: true
tags: beclab/r4prerank:${{ github.event.inputs.tags }}
file: Dockerfile.prerank
platforms: linux/arm64
platforms: linux/amd64,linux/arm64


2 changes: 1 addition & 1 deletion .github/workflows/update-recall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
push: true
tags: beclab/r4recall:${{ github.event.inputs.tags }}
file: Dockerfile.recall
platforms: linux/arm64
platforms: linux/amd64,linux/arm64

0 comments on commit 797ecaf

Please sign in to comment.