File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
tags : |
42
42
lunary/backend:latest
43
43
lunary/backend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
44
- platforms : linux/amd64
44
+ platforms : linux/amd64, linux/arm64
45
45
46
46
- name : Build and push frontend
47
47
uses : docker/build-push-action@v5
52
52
tags : |
53
53
lunary/frontend:latest
54
54
lunary/frontend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
55
- platforms : linux/amd64
55
+ platforms : linux/amd64, linux/arm64
56
56
57
57
- name : Build and push radar
58
58
uses : docker/build-push-action@v5
63
63
tags : |
64
64
lunary/radar:latest
65
65
lunary/radar:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
66
- platforms : linux/amd64
66
+ platforms : linux/amd64, linux/arm64
67
67
68
68
- name : Build and push ml
69
69
uses : docker/build-push-action@v5
74
74
tags : |
75
75
lunary/ml:latest
76
76
lunary/ml:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
77
- platforms : linux/amd64
77
+ platforms : linux/amd64, linux/arm64
78
78
79
79
deploy :
80
80
needs : build-and-push
You can’t perform that action at this time.
0 commit comments