We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6980696 commit e0f6aa7Copy full SHA for e0f6aa7
.github/workflows/release.yml
@@ -41,14 +41,6 @@ jobs:
41
os: macos-latest
42
cross: false
43
binary_path: target/x86_64-apple-darwin/release/cli-candlestick-chart
44
- - target: armv7-unknown-linux-gnueabihf
45
- os: ubuntu-latest
46
- cross: true
47
- binary_path: target/armv7-unknown-linux-gnueabihf/release/cli-candlestick-chart
48
- - target: aarch64-unknown-linux-gnu
49
50
51
- binary_path: target/aarch64-unknown-linux-gnu/release/cli-candlestick-chart
52
53
runs-on: ${{ matrix.target.os }}
54
steps:
0 commit comments