diff --git a/.woodpecker.yml b/.woodpecker.yml index 8ccbb92..f3ef0b7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: