Skip to content

Commit

Permalink
New matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 27, 2022
1 parent c392786 commit 3ec65ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 171 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/base_node_binaries.json

This file was deleted.

113 changes: 0 additions & 113 deletions .github/workflows/base_node_binaries.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/matrix-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
{
"name": "linux-arm64",
"runs-on": "ubuntu-18.04",
"rust": "stable",
"os": "linux",
"target": "aarch64-unknown-linux-gnu",
"cross": false,
"target_cpu": "generic",
"target_bins": "--bin tari_base_node --bin tari_console_wallet --bin tari_merge_mining_proxy --bin tari_miner --bin tari_validator_node",
"features": "safe",
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ jobs:
${{ matrix.builds.target_bins }}
- name: Artifact upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.builds.target }}-cross-compile-sample
path: target/${{ matrix.builds.target }}/release/cross-compile-sample
path: |
target/${{ matrix.builds.target }}/release/cross-compile-sample
target/${{ matrix.builds.target }}/release/cross-compile-sample.exe
- name: Upload release archive
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand All @@ -135,3 +137,4 @@ jobs:
LICENSE
README.md
target/${{ matrix.builds.target }}/release/cross-compile-sample
target/${{ matrix.builds.target }}/release/cross-compile-sample.exe

0 comments on commit 3ec65ec

Please sign in to comment.