File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,26 @@ jobs:
73
73
run : |
74
74
git checkout ${{ inputs.commit_sha }}
75
75
76
+ - name : Set up QEMU
77
+ uses : docker/setup-qemu-action@v3
78
+
79
+ - name : Set up Docker Buildx
80
+ uses : docker/setup-buildx-action@v3
81
+
76
82
- name : Download built artifacts (Linux-x64)
77
83
uses : dawidd6/action-download-artifact@v6
78
84
with :
79
85
name : mithril-distribution-Linux-X64
80
- path : ${{ matrix.project }}
86
+ path : ${{ matrix.project }}/bin-linux-amd64
87
+ commit : ${{ inputs.commit_sha }}
88
+ workflow : ci.yml
89
+ workflow_conclusion : completed
90
+
91
+ - name : Download built artifacts (Linux-arm64)
92
+ uses : dawidd6/action-download-artifact@v6
93
+ with :
94
+ name : mithril-distribution-Linux-ARM64
95
+ path : ${{ matrix.project }}/bin-linux-arm64
81
96
commit : ${{ inputs.commit_sha }}
82
97
workflow : ci.yml
83
98
workflow_conclusion : completed
@@ -108,3 +123,5 @@ jobs:
108
123
CARDANO_BIN_URL=${{ inputs.cardano_bin_url }}
109
124
push : ${{ inputs.dry_run == false }}
110
125
tags : ${{ steps.meta.outputs.tags }}
126
+ platforms : linux/amd64,linux/arm64
127
+ provenance : false
You can’t perform that action at this time.
0 commit comments