Compare commits

...

2 Commits

Author SHA1 Message Date
ea6ea677bc Merge pull request 'Adding new compiled warp-packer for aarch64 architecture' (#14) from feature/using_updated_aarch64_warp_packer into develop
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #14
2024-05-14 06:33:16 +02:00
david
760e0b814c Adding new compiled warp-packer for aarch64 architecture
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-14 06:30:29 +02:00

View File

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