mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 19:36:42 +00:00
CI: fix dist-pkg path
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /root
|
||||
|
||||
# Install Flood and dependencies to /bin
|
||||
RUN mkdir -p /root/sysroot/bin
|
||||
COPY dist-pkg dist-pkg
|
||||
COPY ./dist-pkg dist-pkg
|
||||
RUN if [[ `uname -m` == "aarch64" ]]; \
|
||||
then mv dist-pkg/flood-linux-arm64 flood; \
|
||||
elif [[ `uname -m` == "x86_64" ]]; \
|
||||
|
||||
Reference in New Issue
Block a user