Skip to content

Commit

Permalink
remove ubuntu arm for now, use stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jul 11, 2023
1 parent a211b2e commit 0563fd9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build_binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@
{
"name": "linux-x86_64",
"runs-on": "ubuntu-20.04",
"rust": "nightly-2022-05-01",
"rust": "stable",
"target": "x86_64-unknown-linux-gnu",
"cross": false,
"target_cpu": "x86-64",
"features": ""
},
{
"name": "linux-arm64",
"runs-on": "ubuntu-latest",
"rust": "stable",
"target": "aarch64-unknown-linux-gnu",
"cross": false,
"target_cpu": "generic",
"target_bins": "--bin tari_dan_wallet_cli --bin tari_dan_wallet_daemon --bin tari_indexer --bin tari_validator_node --bin tari_signaling_server",
"features": ""
},
{
"name": "macos-x86_64",
"runs-on": "macos-11",
Expand Down

0 comments on commit 0563fd9

Please sign in to comment.