Let's try another version of debian
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2022-12-01 16:17:36 +00:00
parent 8e4918a6c4
commit acd38bffb8

View file

@ -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: