File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ build-js:
8282build-linux-amd64 :
8383 ${DOCKER_RUN} ${DOCKER_BUILD_IMAGE} :$(GO_VERSION ) -linux-amd64 ${DOCKER_GO_BUILD} -o ${BUILD_DIR} /gotify-linux-amd64 ${DOCKER_WORKDIR}
8484
85+ build-linux-386 :
86+ ${DOCKER_RUN} ${DOCKER_BUILD_IMAGE} :$(GO_VERSION ) -linux-386 ${DOCKER_GO_BUILD} -o ${BUILD_DIR} /gotify-linux-386 ${DOCKER_WORKDIR}
87+
8588build-linux-arm-7 :
8689 ${DOCKER_RUN} ${DOCKER_BUILD_IMAGE} :$(GO_VERSION ) -linux-arm-7 ${DOCKER_GO_BUILD} -o ${BUILD_DIR} /gotify-linux-arm-7 ${DOCKER_WORKDIR}
8790
@@ -91,6 +94,9 @@ build-linux-arm64:
9194build-windows-amd64 :
9295 ${DOCKER_RUN} ${DOCKER_BUILD_IMAGE} :$(GO_VERSION ) -windows-amd64 ${DOCKER_GO_BUILD} -o ${BUILD_DIR} /gotify-windows-amd64.exe ${DOCKER_WORKDIR}
9396
94- build : build-linux-arm-7 build-linux-amd64 build-linux-arm64 build-windows-amd64
97+ build-windows-386 :
98+ ${DOCKER_RUN} ${DOCKER_BUILD_IMAGE} :$(GO_VERSION ) -windows-386 ${DOCKER_GO_BUILD} -o ${BUILD_DIR} /gotify-windows-386.exe ${DOCKER_WORKDIR}
99+
100+ build : build-linux-arm-7 build-linux-amd64 build-linux-386 build-linux-arm64 build-windows-amd64 build-windows-386
95101
96102.PHONY : test-race test-coverage test check-go check-js verify-swagger check download-tools update-swagger package-zip build-docker build-js build
You can’t perform that action at this time.
0 commit comments