Skip to content

Commit e0f6aa7

Browse files
committed
💚 fix ci
1 parent 6980696 commit e0f6aa7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141
os: macos-latest
4242
cross: false
4343
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-
os: ubuntu-latest
50-
cross: true
51-
binary_path: target/aarch64-unknown-linux-gnu/release/cli-candlestick-chart
5244

5345
runs-on: ${{ matrix.target.os }}
5446
steps:

0 commit comments

Comments
 (0)