Skip to content

Commit

Permalink
Merge pull request #13 from beclab/feat/build-arm
Browse files Browse the repository at this point in the history
amd arm build
  • Loading branch information
kaki-admin authored Jun 18, 2024
2 parents 2655b19 + 797ecaf commit b9fbf1b
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 b9fbf1b

Please sign in to comment.