File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
run : ./mithril-client ${{ steps.prepare.outputs.debug_level }} --origin-tag CI cardano-db download $CDB_SNAPSHOT_DIGEST --backend v1 ${{ matrix.extra_args }} 2>&1 | tee cdb-download-output.txt
164
164
165
165
- name : Cardano Database Snapshot / verify Cardano node starts successfully
166
- if : runner .os == 'Linux '
166
+ if : matrix .os == 'ubuntu-24.04 '
167
167
shell : bash
168
168
run : .github/workflows/scripts/verify-cardano-db-restoration.sh ./bin/cdb-download-output.txt "${{ matrix.extra_args }}"
169
169
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,4 @@ 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
You can’t perform that action at this time.
0 commit comments