File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
82
82
strategy :
83
83
matrix :
84
- target : [x86_64, arm64 ]
84
+ target : [x86_64, aarch64 ]
85
85
86
86
steps :
87
87
- uses : actions/checkout@v3
92
92
with :
93
93
key : ${{matrix.target}}
94
94
- run : sudo apt install rename
95
- - run : rustup toolchain install stable --profile minimal
95
+ - run : rustup toolchain install stable --profile minimal --target ${{ matrix.target }}-unknown-linux-gnu
96
96
- run : cargo install cargo-deb
97
97
- run : mkdir -p release
98
98
- run : make release-debian-x11
Original file line number Diff line number Diff line change 41
41
42
42
strategy :
43
43
matrix :
44
- target : [x86_64, arm64 ]
44
+ target : [x86_64, aarch64 ]
45
45
46
46
steps :
47
47
- uses : actions/checkout@v4
51
51
key : ${{matrix.target}}
52
52
53
53
- run : sudo apt install rename
54
- - run : rustup toolchain install stable --profile minimal
54
+ - run : rustup toolchain install stable --profile minimal --target ${{ matrix.target }}-unknown-linux-gnu
55
55
- run : cargo install cargo-deb
56
56
- run : mkdir -p release
57
57
- run : make release-debian-x11
You can’t perform that action at this time.
0 commit comments