Skip to content

Commit

Permalink
ci: build dockers test (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed May 9, 2024
1 parent 4a51d44 commit 533d82e
Show file tree
Hide file tree
Showing 22 changed files with 231 additions and 158 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_binaries.json
Expand Up @@ -2,15 +2,15 @@
{
"name": "linux-x86_64",
"runs-on": "ubuntu-22.04",
"rust": "stable",
"rust": "1.77",
"target": "x86_64-unknown-linux-gnu",
"cross": false,
"features": ""
},
{
"name": "linux-arm64",
"runs-on": "ubuntu-20.04",
"rust": "stable",
"rust": "1.77",
"target": "aarch64-unknown-linux-gnu",
"cross": true,
"features": "",
Expand All @@ -30,15 +30,15 @@
{
"name": "macos-x86_64",
"runs-on": "macos-11",
"rust": "stable",
"rust": "1.77",
"target": "x86_64-apple-darwin",
"cross": false,
"features": ""
},
{
"name": "macos-arm64",
"runs-on": "macos-14",
"rust": "stable",
"rust": "1.77",
"target": "aarch64-apple-darwin",
"cross": false,
"features": "",
Expand All @@ -48,15 +48,15 @@
{
"name": "windows-x64",
"runs-on": "windows-2019",
"rust": "stable",
"rust": "1.77",
"target": "x86_64-pc-windows-msvc",
"cross": false,
"features": ""
},
{
"name": "windows-arm64",
"runs-on": "windows-latest",
"rust": "stable",
"rust": "1.77",
"target": "aarch64-pc-windows-msvc",
"cross": false,
"target_bins": "tari_dan_wallet_cli, tari_dan_wallet_daemon, tari_indexer, tari_validator_node, tari_signaling_server",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Expand Up @@ -27,7 +27,7 @@ env:
TS_LIBRARIES: ""
TARI_TARGET_NETWORK: igor
TARI_NETWORK: igor
toolchain: stable
toolchain: 1.77
matrix-json-file: ".github/workflows/build_binaries.json"
CARGO_HTTP_MULTIPLEXING: false
CARGO_UNSTABLE_SPARSE_REGISTRY: true
Expand Down

0 comments on commit 533d82e

Please sign in to comment.