mirror of
https://github.com/zoriya/flood.git
synced 2026-06-09 21:10:03 +00:00
CI: fix dist-pkg path
This commit is contained in:
@@ -238,6 +238,8 @@ jobs:
|
|||||||
name: flood-linux-x64
|
name: flood-linux-x64
|
||||||
path: dist-pkg
|
path: dist-pkg
|
||||||
|
|
||||||
|
- run: find .
|
||||||
|
|
||||||
- name: Publish flood:master-distroless to Docker Hub
|
- name: Publish flood:master-distroless to Docker Hub
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
# Install Flood and dependencies to /bin
|
# Install Flood and dependencies to /bin
|
||||||
RUN mkdir -p /root/sysroot/bin
|
RUN mkdir -p /root/sysroot/bin
|
||||||
COPY dist-pkg dist-pkg
|
COPY ./dist-pkg dist-pkg
|
||||||
RUN if [[ `uname -m` == "aarch64" ]]; \
|
RUN if [[ `uname -m` == "aarch64" ]]; \
|
||||||
then mv dist-pkg/flood-linux-arm64 flood; \
|
then mv dist-pkg/flood-linux-arm64 flood; \
|
||||||
elif [[ `uname -m` == "x86_64" ]]; \
|
elif [[ `uname -m` == "x86_64" ]]; \
|
||||||
|
|||||||
Reference in New Issue
Block a user