Let's try another version of debian
This commit is contained in:
parent
8e4918a6c4
commit
acd38bffb8
|
@ -10,7 +10,7 @@ pipeline:
|
|||
when:
|
||||
event: tag
|
||||
commands:
|
||||
- apt-get update && apt-get install -y gcc-12-aarch64-linux-gnu
|
||||
- apt-get update && apt-get install -y gcc-aarch64-linux-gnu
|
||||
- rustup target add aarch64-unknown-linux-gnu
|
||||
- cargo build --release --target aarch64-unknown-linux-gnu
|
||||
buildwinamd64:
|
||||
|
@ -18,7 +18,7 @@ pipeline:
|
|||
when:
|
||||
event: tag
|
||||
commands:
|
||||
- apt-get update && apt-get install -y gcc-mingw-w64-base
|
||||
- apt-get update && apt-get install -y gcc-mingw-w64
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- cargo build --release --target x86_64-pc-windows-gnu
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue