Skip to content

Commit 3ec65ec

Browse files
committed
New matrix
1 parent c392786 commit 3ec65ec

File tree

4 files changed

+8
-171
lines changed

4 files changed

+8
-171
lines changed

.github/workflows/base_node_binaries.json

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/base_node_binaries.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

.github/workflows/matrix-test.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
{
1414
"name": "linux-arm64",
1515
"runs-on": "ubuntu-18.04",
16+
"rust": "stable",
1617
"os": "linux",
18+
"target": "aarch64-unknown-linux-gnu",
19+
"cross": false,
1720
"target_cpu": "generic",
1821
"target_bins": "--bin tari_base_node --bin tari_console_wallet --bin tari_merge_mining_proxy --bin tari_miner --bin tari_validator_node",
1922
"features": "safe",

.github/workflows/matrix-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ jobs:
120120
${{ matrix.builds.target_bins }}
121121
122122
- name: Artifact upload
123-
uses: actions/upload-artifact@v2
123+
uses: actions/upload-artifact@v3
124124
with:
125125
name: ${{ matrix.builds.target }}-cross-compile-sample
126-
path: target/${{ matrix.builds.target }}/release/cross-compile-sample
126+
path: |
127+
target/${{ matrix.builds.target }}/release/cross-compile-sample
128+
target/${{ matrix.builds.target }}/release/cross-compile-sample.exe
127129
128130
- name: Upload release archive
129131
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
@@ -135,3 +137,4 @@ jobs:
135137
LICENSE
136138
README.md
137139
target/${{ matrix.builds.target }}/release/cross-compile-sample
140+
target/${{ matrix.builds.target }}/release/cross-compile-sample.exe

0 commit comments

Comments
 (0)