Commit Graph

2969 Commits (6c8a0d1bb74ecd21f49bc3654cf59264d3c343e1)
 

Author SHA1 Message Date
Tim Stack c8fa534c7d [build] change the FROM in the Dockerfile 1 year ago
Tim Stack bb0460ade5 [build] fix buildx cwd 1 year ago
Tim Stack 9c9bdfd5ff [build] automate making the lnav-build image 1 year ago
Tim Stack 981dfa3b46
Merge pull request #1170 from sureshsundriyal/master
[arm] Allow creating arm containers.
1 year ago
Tim Stack 898f6e0ad1 [tidy] close FDs and add FMT_STRING() 1 year 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
1 year 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.
1 year ago
Tim Stack 5b89b69e25 [piper] ignore stdin when it's a closed fifo 1 year ago
Tim Stack 42c9269d8d [piper] check for POLLHUP too 1 year ago
Tim Stack 0c9cf22acc [build] remove unused piper close() method 1 year ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
1 year ago
Tim Stack e3f4330377 [build] add --platform to Dockerfiles 1 year ago
Tim Stack cd4eddced2 [demo] update to v0.11.2 1 year ago
Tim Stack 9df36484f6 [build] bump doc version numbers 1 year ago
Tim Stack 3fefbbc821 [build] fix some final release glitches 1 year ago
Tim Stack e04e3f5753 [build] fix rpm version for rc 1 year ago
Tim Stack c575ba0a50 [build] fix rpm spec version 1 year ago
Tim Stack 0d40656ff6 [build] fix rpmbuild condition 1 year ago
Tim Stack dd1bb8e25c [build] don't push to packagecloud always 1 year ago
Tim Stack 643dcdb6c8 [build] make rpm on tag 1 year ago
Tim Stack bb6e525146 [build] fix rpm path 1 year ago
Tim Stack acf8265e4b [build] fix branch name 1 year ago
Tim Stack 973f6dbf01 [build] try again to push to packagecloud 1 year ago
Tim Stack 37413a993f [build] push to packagecloud.io 1 year ago
Tim Stack 113014d48b [build] just add .gz 1 year ago
Tim Stack 05d0d263f5 [build] maybe fix ext_man usage 1 year ago
Tim Stack 81dcf83513 [build] man not found for some reason, remove for now 1 year ago
Tim Stack d33db74d57 [build] more path probs 1 year ago
Tim Stack 29ef030d1d [build] bah, fix path 1 year ago
Tim Stack 5029ef8a38 [build] workaround annobin issue 1 year ago
Tim Stack df0aa98025 [build] try gcc-12 1 year ago
Tim Stack 2a829008ba [build] add reqs for annobin 1 year ago
Tim Stack 40e7797828 [build] try to cat config.log 1 year ago
Tim Stack 2ebd73f8d6 [build] enable gcc-11 1 year ago
Tim Stack adbccffd9c [build] fix gcc program name 1 year ago
Tim Stack 137df5f498 [build] fix var sub in spec 1 year ago
Tim Stack a2992270ac [build] fix gcc name ... again 1 year ago
Tim Stack 861147739e [build] change gcc req 1 year ago
Tim Stack a43e4f1a69 [build] remove scl repo 1 year ago
Tim Stack 3470a7683f [build] use fork of rpmbuild 1 year ago
Tim Stack a605700a91 [build] fix gcc version 1 year ago
Tim Stack 48dd6b89ac [build] rpm tweaks 1 year ago
Tim Stack a669ade607 [build] try to build an rpm 1 year ago
Tim Stack 2532d3dbf0 [formats] add cloudvm_ram_log 1 year ago
Tim Stack d7857ef696 [docs] add missing SQL tables
Related to #1167
1 year ago
Tim Stack 522f2a2b03 [NEWS] mention improvement to JSON log detection 1 year ago
Tim Stack a7173dd6e3 [configure] add system paths after checking for custom libs 1 year ago
Tim Stack 60b9494427 [listview] fix pgdn behavior near the end of the content 1 year ago
Tim Stack 54cc2d006f [view_helpers] add some defense to the search preview 1 year ago
Tim Stack 29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
1 year ago