Skip to content

Commit 9281b1a

Browse files
committed
arm amd build
1 parent 3726c0f commit 9281b1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/update-argotask.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
push: true
3030
tags: beclab/recommend-argotask:${{ github.event.inputs.tags }}
3131
file: Dockerfile.argotask
32-
platforms: linux/arm64
32+
platforms: linux/amd64,linux/arm64

.github/workflows/update-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
push: true
3131
tags: beclab/recommend-backend:${{ github.event.inputs.tags }}
3232
file: Dockerfile.backend
33-
platforms: linux/arm64
33+
platforms: linux/amd64,linux/arm64

.github/workflows/update-crawler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
push: true
2929
tags: beclab/recommend-crawler:${{ github.event.inputs.tags }}
3030
file: Dockerfile.crawler
31-
platforms: linux/arm64
31+
platforms: linux/amd64,linux/arm64

.github/workflows/update-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
push: true
3131
tags: beclab/recommend-sync:${{ github.event.inputs.tags }}
3232
file: Dockerfile.sync
33-
platforms: linux/arm64
33+
platforms: linux/amd64,linux/arm64
3434

3535

0 commit comments

Comments
 (0)