ebed40b93d
Update Alpine Linux build workflow to use Node.js Alpine container
...
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
...
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
...
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
...
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
...
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
...
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
...
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