17 Commits

Author SHA1 Message Date
4ef3eec229 Add curl package for Gitea Alpine Package Registry upload
Some checks failed
Build Debian Package / build-debian (push) Successful in 2m3s
Build Alpine Package / build-alpine (push) Failing after 2m26s
- Install curl package in Alpine build workflow
- Ensure curl is available for package upload step
- Prepare for package registry upload with authentication
2025-02-01 07:11:38 +00:00
16d35c2a0e Add Gitea Alpine Package Registry upload step
Some checks failed
Build Debian Package / build-debian (push) Successful in 2m5s
Build Alpine Package / build-alpine (push) Failing after 2m14s
- Configure upload of Alpine package to personal Gitea package registry
- Add conditional upload step for master branch
- Use curl to upload package with authentication
2025-02-01 07:08:35 +00:00
372c43caea Add Alpine package build target and metadata generation
All checks were successful
Build Debian Package / build-debian (push) Successful in 2m3s
Build Alpine Package / build-alpine (push) Successful in 2m6s
- Create CMake target for generating Alpine package (apk)
- Add APKBUILD metadata generation in GitHub workflow
- Configure package details including version, description, and dependencies
- Streamline Alpine package creation process
2025-02-01 07:02:59 +00:00
31077367bb Add musl-dev to Alpine build workflow dependencies
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 1m46s
Build Debian Package / build-debian (push) Successful in 1m56s
- Include musl-dev package in Alpine build environment
- Ensure complete set of development dependencies for compilation
2025-02-01 06:54:52 +00:00
79c652cd7c Add OpenSSL development dependencies to Alpine build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 1m59s
Build Debian Package / build-debian (push) Successful in 2m6s
- Include openssl-dev and openssl-libs-static packages
- Expand build environment dependencies for static library compilation
2025-02-01 06:48:24 +00:00
8c965a25e2 Add zlib development dependencies to Alpine build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 1m51s
Build Debian Package / build-debian (push) Successful in 1m54s
- Include zlib-dev and zlib-static packages in build environment
- Ensure complete set of dependencies for static library compilation
2025-02-01 06:44:08 +00:00
b01131eaee Update Alpine package build workflow naming
- Clarify step names for cpu-check Alpine package build and upload
- Improve workflow readability without changing core functionality
2025-02-01 06:41:48 +00:00
dc63b5bb59 Remove ldconfig from Alpine build workflow
Some checks failed
Build Debian Package / build-debian (push) Successful in 1m58s
Build Alpine Package / build-alpine (push) Failing after 2m0s
- Remove unnecessary ldconfig command from build steps
- Simplify build process in Alpine Linux workflow
2025-02-01 06:40:53 +00:00
65a2de7025 Add linux-headers to Alpine build workflow dependencies
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 1m54s
Build Debian Package / build-debian (push) Successful in 1m55s
- Include linux-headers package in Alpine build environment
- Ensure complete set of build dependencies for compilation
2025-02-01 06:35:45 +00:00
b01f0d9807 Add Git installation step to Alpine Linux build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 57s
Build Debian Package / build-debian (push) Successful in 1m36s
- Install Git in the Alpine Linux container
- Ensure Git is available for repository checkout
- Resolve potential Git-related issues in the workflow
2025-02-01 06:33:17 +00:00
ebed40b93d Update Alpine Linux build workflow to use Node.js Alpine container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 13s
Build Debian Package / build-debian (push) Successful in 1m35s
- Switch container from node:latest to node:current-alpine
- Ensure consistent Alpine Linux environment for build process
2025-02-01 06:31:00 +00:00
1e4c5b630c Switch Alpine Linux build workflow to Node.js container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 38s
Build Debian Package / build-debian (push) Successful in 1m44s
- Change container from python:3-alpine to node:latest
- Prepare for Node.js-based build environment
2025-02-01 06:29:06 +00:00
827c44ba88 Update Alpine Linux build workflow container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 8s
Build Debian Package / build-debian (push) Successful in 1m20s
- Switch container from alpine:latest to python:3-alpine
- Remove Node.js setup step
- Simplify workflow configuration
2025-02-01 06:27:42 +00:00
7fbd3fb29a Add Node.js setup to Alpine Linux build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 41s
Build Debian Package / build-debian (push) Successful in 1m27s
- Include Node.js setup step in Alpine build job
- Use actions/setup-node@v3 to prepare Node.js environment
2025-02-01 06:24:59 +00:00
2fbc59be7f revert 9fce46386b
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 3s
Build Debian Package / build-debian (push) Has been cancelled
revert Modify Alpine Linux build workflow to run on host runner

- Change Alpine build job to run directly on host runner
- Remove container specification from workflow configuration
2025-02-01 06:23:53 +00:00
9fce46386b Modify Alpine Linux build workflow to run on host runner
Some checks are pending
Build Debian Package / build-debian (push) Successful in 1m38s
Build Alpine Package / build-alpine (push) Waiting to run
- Change Alpine build job to run directly on host runner
- Remove container specification from workflow configuration
2025-02-01 06:13:32 +00:00
5235205167 Add Debian and Alpine Linux package build support to GitHub Actions
Some checks failed
Build Debian Package / build-debian (push) Successful in 1m31s
Build Alpine Package / build-alpine (push) Failing after 3s
- Introduce Debian and Alpine Linux package build stages in CI/CD pipeline
- Configure CMake for static compilation on both platforms
- Add artifact upload for Debian (.deb) and Alpine (.apk) packages
- Include static Abseil library build process for both distributions
2025-02-01 06:06:24 +00:00