Make hayabusa/takajo versions build ARGs so the buildbot can bump them

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
tobias
2026-06-10 08:37:33 +02:00
parent d5f4ba8862
commit a0c79fd8db
+3 -2
View File
@@ -3,8 +3,9 @@ FROM alpine AS builder
# Get the target platform # Get the target platform
ARG TARGETPLATFORM ARG TARGETPLATFORM
ENV HAYABUSA_VERSION=3.8.1 # Build args so the buildbot can inject the latest release without a commit.
ENV TAKAJO_VERSION=2.15.1 ARG HAYABUSA_VERSION=3.8.1
ARG TAKAJO_VERSION=2.15.1
# Install necessary tools # Install necessary tools
RUN apk add --no-cache unzip wget git RUN apk add --no-cache unzip wget git