Skip to content

Commit 259e4b9

Browse files
authored
feat: multi arch docker (#168)
1 parent b44261c commit 259e4b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tags: |
4242
lunary/backend:latest
4343
lunary/backend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
44-
platforms: linux/amd64
44+
platforms: linux/amd64, linux/arm64
4545

4646
- name: Build and push frontend
4747
uses: docker/build-push-action@v5
@@ -52,7 +52,7 @@ jobs:
5252
tags: |
5353
lunary/frontend:latest
5454
lunary/frontend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
55-
platforms: linux/amd64
55+
platforms: linux/amd64, linux/arm64
5656

5757
- name: Build and push radar
5858
uses: docker/build-push-action@v5
@@ -63,7 +63,7 @@ jobs:
6363
tags: |
6464
lunary/radar:latest
6565
lunary/radar:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
66-
platforms: linux/amd64
66+
platforms: linux/amd64, linux/arm64
6767

6868
- name: Build and push ml
6969
uses: docker/build-push-action@v5
@@ -74,7 +74,7 @@ jobs:
7474
tags: |
7575
lunary/ml:latest
7676
lunary/ml:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
77-
platforms: linux/amd64
77+
platforms: linux/amd64, linux/arm64
7878

7979
deploy:
8080
needs: build-and-push

0 commit comments

Comments
 (0)