mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Fix Release action
This commit is contained in:
@@ -15,7 +15,9 @@ RUN apt-get update && apt-get install -y \
|
||||
libxdo3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY khm /usr/local/bin/khm
|
||||
# Copy the appropriate binary based on the target architecture
|
||||
ARG TARGETARCH
|
||||
COPY bin/linux_${TARGETARCH}/khm /usr/local/bin/khm
|
||||
RUN chmod +x /usr/local/bin/khm
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/khm"]
|
||||
|
Reference in New Issue
Block a user