File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
registry : ${{ env.ECR }}
43
43
44
+ - name : Set up QEMU
45
+ uses : docker/setup-qemu-action@v2
46
+
44
47
- name : Set up Docker Buildx
45
48
uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c
46
49
53
56
tags : |
54
57
${{ env.ECR }}/${{ env.IMAGE_NAME_SERVER }}:${{ env.LATEST_TAG }}
55
58
${{ env.ECR }}/${{ env.IMAGE_NAME_SERVER }}:${{ env.COMMIT_TAG }}
56
- platforms : linux/amd64
59
+ platforms : linux/amd64,linux/arm64
57
60
build-args : |
58
61
TAG=${{ github.ref_name }}
59
62
SHA=${{ github.sha }}
77
80
with :
78
81
registry : ${{ env.ECR }}
79
82
83
+ - name : Set up QEMU
84
+ uses : docker/setup-qemu-action@v2
85
+
80
86
- name : Set up Docker Buildx
81
87
uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c
82
88
89
95
tags : |
90
96
${{ env.ECR }}/${{ env.IMAGE_NAME_CONFIG_UI }}:${{ env.LATEST_TAG }}
91
97
${{ env.ECR }}/${{ env.IMAGE_NAME_CONFIG_UI }}:${{ env.COMMIT_TAG }}
92
- platforms : linux/amd64
98
+ platforms : linux/amd64,linux/arm64
93
99
build-args : |
94
100
TAG=${{ github.ref_name }}
95
101
SHA=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments