mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
Check ipk without v
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: Build packages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- '*'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
FROM itdoginfo/openwrt-sdk-ipk:24.10.3
|
FROM itdoginfo/openwrt-sdk-ipk:24.10.3
|
||||||
|
|
||||||
ARG PODKOP_VERSION
|
ARG PODKOP_VERSION
|
||||||
ENV PODKOP_VERSION=${PODKOP_VERSION}
|
|
||||||
|
|
||||||
COPY ./podkop /builder/package/feeds/utilities/podkop
|
COPY ./podkop /builder/package/feeds/utilities/podkop
|
||||||
COPY ./luci-app-podkop /builder/package/feeds/luci/luci-app-podkop
|
COPY ./luci-app-podkop /builder/package/feeds/luci/luci-app-podkop
|
||||||
|
|
||||||
RUN make defconfig && make package/podkop/compile V=s -j4 && make package/luci-app-podkop/compile V=s -j4
|
RUN export PODKOP_VERSION="v${PODKOP_VERSION}" && \
|
||||||
|
make defconfig && \
|
||||||
|
make package/podkop/compile V=s -j4 && \
|
||||||
|
make package/luci-app-podkop/compile V=s -j4
|
||||||
Reference in New Issue
Block a user