Compare commits

...

2 Commits

Author SHA1 Message Date
david
b79690779c Fixing test build
All checks were successful
continuous-integration/drone Build is passing
2024-05-18 20:03:16 +02:00
david
5793d1160d Testing new warp-packer pre-release 2024-05-18 20:01:20 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ steps:
trigger:
branch:
- *branch
- feature/*
event:
- custom

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL -o /tmp/warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/aarch64-linux.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0-pre-release/linux-aarch64.warp-packer \
&& install -D \
--mode=755 \
--owner=root \