MaxPeal

Results 46 issues of MaxPeal

can switch we use the Docker's official build-push-action? as now supports GitHub Cache API where caches are saved to GitHub Actions cache directly. https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api ``` https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei Warning: This article has...

npm run test fail on Debian buster or newer, as With the introduction of [openssl version 1.1.1]((https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1)) in Debian, the defaults are set to more secure values by default: ......

to catch bugs like Error:SSL routines:SSL_CTX_use_certificate:ee key too small https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1

see for a working RP #271

please add a standalone version of OpenSSH's sftp-server program, so a make like: ```bash ./configure --enable-static make PROGRAMS="dropbear dbclient scp" MULTI=1 ``` for make a static dropbearmulti with sftp-server func...

feature request

with strip/ldflags and upx ``` go build -ldflags "-s -w" ./... upx -v --ultra-brute --lzma ``` i got the filesize form 9.4M down to 2.0M

79% reduce file size with strip, ldflags and upx powerman#138

add all docker supportet cpu archs s390x mips64le riscv64 darwin/arm64

add upx with different settings to get feedback on all ARCH as, in rare cases of the upx settings and the CPU ARCH it can brake see 79% reduce file...

can you plase add multiarch support / multi_arch_container?