Commit Graph

2940 Commits (8df83d562a1811dda5ef6b5541eaa37f47974e18)
 

Author SHA1 Message Date
Tim Stack 8df83d562a [config] simplify file format detection by moving it into the log format definition 11 months ago
Suresh Sundriyal b1c7fad50d [templates] Update release version in issues template. 11 months ago
Suresh Sundriyal addc5fbca6 [build] Create shallow clones while doing local images. 11 months ago
Suresh Sundriyal 022a73d0ff [build/bins] Update paths-ignore
Ignore updates to container and issue changes.
11 months ago
Tim Stack 2e09202ff5 [config] externalize file format detection 11 months ago
Suresh Sundriyal ff0b112728 [build] Optimize the Dockerfile
Optimize the Dockerfile according to the best practices described here:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
11 months ago
Suresh Sundriyal 8628bba7e5 [build] Use registry cache to speed up container image builds
Use the registry cache as described here:
- https://docs.docker.com/build/ci/github-actions/cache/
- https://docs.docker.com/build/cache/
11 months ago
Suresh Sundriyal 22d4d6242d [build/concurrency] Only allow one musl-build-image job.
Two musl-build-image jobs can be triggered by two commits done within a
short amount of time. Since building the image times can vary; the job
with the previou commit might finish later; updating the docker hub with
an older commit.

This uses the `concurrency` directive to fix the issue. If another job
is running; they get cancelled and only the latest one spawned is run.
11 months ago
Suresh Sundriyal 881c19963b [build] Fix the ignore paths.
Try the syntax suggested here:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
11 months ago
Suresh Sundriyal a3f55472ba [build] Replace the deprecated ghaction-docker-buildx
ghaction-docker-buildx has been merged with official docker action.
11 months ago
Tim Stack 60438bee12
Merge pull request #1173 from sureshsundriyal/master
[build] Remove unnecessary entries in the Dockerfile.
11 months ago
Suresh Sundriyal 1ec9fc8e22 [build] Remove unnecessary entries in the Dockerfile.
Cmake isn't used in the build script and make is installed on
the container image using apk and doesn't need to be compiled from
source.
11 months ago
Tim Stack 2bf03c3ded
Merge pull request #1172 from sureshsundriyal/master
[posts] Replace dead link with an archived link.
11 months ago
Suresh Sundriyal 9ff7564d20 [posts] Replace dead link with an archived link.
The link to linuxmagazine is dead. Replacing it with the last archived
link on the wayback machine.
11 months ago
Tim Stack 14f928070d
Merge pull request #1171 from sureshsundriyal/master
[build/arm] Add support for arm binary compilation in CI jobs.
11 months ago
Suresh Sundriyal f4e666543d [build] Use strategy matrix to run arm builds. 11 months ago
Suresh Sundriyal b22edd5a26 [build] Fix up aarch64 workflow.
Fix up the aarch4 workflow to use the docker-run-action and some minor
cleanup.
11 months ago
Suresh Sundriyal a79689c286 [build] Use docker-run-action
Use docker-run-action to have more control of the emulated docker
container.
11 months ago
Suresh Sundriyal 0e2199f650 [build] Add support for armv7l & aarch64 builds. 11 months ago
Suresh Sundriyal 2489a79c24 [build] Use the newer musl container image.
Use the newer multi-platform musl container image and the correct
platform.
11 months ago
Tim Stack 44d8e0d2af [build] use TARGETPLATFORM instead 11 months ago
Tim Stack c8fa534c7d [build] change the FROM in the Dockerfile 11 months ago
Tim Stack bb0460ade5 [build] fix buildx cwd 11 months ago
Tim Stack 9c9bdfd5ff [build] automate making the lnav-build image 11 months ago
Tim Stack 981dfa3b46
Merge pull request #1170 from sureshsundriyal/master
[arm] Allow creating arm containers.
11 months ago
Tim Stack 898f6e0ad1 [tidy] close FDs and add FMT_STRING() 11 months ago
Suresh Sundriyal 9fe7f61f3f [container] Allow building a container for multiple platforms.
Take in the architecture as a build argument in the Dockerfile.

The various images can be built by passing in the ARCH build argument
while building the images:

```
* docker image build --build-arg ARCH=arm32v7 -t ... (arm32v7)
* docker image build --build-arg ARCH=arm64v8 -t ... (aarch64)
* docker image build  -t ... (amd64)
```

Re: #558
11 months ago
Suresh Sundriyal 00c03950fe [actions] Modify entrypoint.
Modify entrypoint to work in the absence of a `GITHUB_WORKSPACE`
environment variable.

This allows the containers to work locally.
11 months ago
Tim Stack 5b89b69e25 [piper] ignore stdin when it's a closed fifo 11 months ago
Tim Stack 42c9269d8d [piper] check for POLLHUP too 11 months ago
Tim Stack 0c9cf22acc [build] remove unused piper close() method 11 months ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
11 months ago
Tim Stack e3f4330377 [build] add --platform to Dockerfiles 11 months ago
Tim Stack cd4eddced2 [demo] update to v0.11.2 11 months ago
Tim Stack 9df36484f6 [build] bump doc version numbers 11 months ago
Tim Stack 3fefbbc821 [build] fix some final release glitches 11 months ago
Tim Stack e04e3f5753 [build] fix rpm version for rc 11 months ago
Tim Stack c575ba0a50 [build] fix rpm spec version 11 months ago
Tim Stack 0d40656ff6 [build] fix rpmbuild condition 11 months ago
Tim Stack dd1bb8e25c [build] don't push to packagecloud always 11 months ago
Tim Stack 643dcdb6c8 [build] make rpm on tag 11 months ago
Tim Stack bb6e525146 [build] fix rpm path 11 months ago
Tim Stack acf8265e4b [build] fix branch name 11 months ago
Tim Stack 973f6dbf01 [build] try again to push to packagecloud 11 months ago
Tim Stack 37413a993f [build] push to packagecloud.io 11 months ago
Tim Stack 113014d48b [build] just add .gz 11 months ago
Tim Stack 05d0d263f5 [build] maybe fix ext_man usage 11 months ago
Tim Stack 81dcf83513 [build] man not found for some reason, remove for now 11 months ago
Tim Stack d33db74d57 [build] more path probs 11 months ago
Tim Stack 29ef030d1d [build] bah, fix path 11 months ago