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

main 0.3.6
Guillem Borrell 1 year ago
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…
Cancel
Save