File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 4747 - target : universal-apple-darwin
4848 os : macos-latest
4949 build_tool : cargo
50+ - target : aarch64-apple-darwin
51+ os : macos-latest
52+ build_tool : cargo
53+ - target : x86_64-apple-darwin
54+ os : macos-latest
55+ build_tool : cargo
5056
5157 # Builds using cross
5258 - target : x86_64-unknown-linux-musl
6571 with :
6672 persist-credentials : false
6773 - uses : dtolnay/rust-toolchain@stable
68- with :
69- target : ${{ matrix.target }}
7074 - name : Get tag
7175 if : github.event.inputs.tags == ''
7276 id : tag
Original file line number Diff line number Diff line change @@ -39,10 +39,3 @@ rustdoc-args = ["--cfg", "docsrs"]
3939pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.tar.gz"
4040bin-dir = " { bin }{ binary-ext }"
4141pkg-fmt = " tgz"
42-
43- # Mac x86_64 and aarch64 use the same universal binary.
44- [package .metadata .binstall .overrides .x86_64-apple-darwin ]
45- pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
46-
47- [package .metadata .binstall .overrides .aarch64-apple-darwin ]
48- pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
Original file line number Diff line number Diff line change 1- [target .x86_64-unknown-linux-musl ]
2- pre-build = [
3- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
4- " apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5- ]
6-
71[target .aarch64-unknown-linux-gnu ]
82pre-build = [
93 " dpkg --add-architecture $CROSS_DEB_ARCH" ,
You can’t perform that action at this time.
0 commit comments