add target to install deps for alpine

This commit is contained in:
Matthew Rich 2025-08-24 23:41:56 +00:00
parent 1b0cd57284
commit 6a8aa6c5a3

View File

@ -15,6 +15,12 @@ jx-cli:
test: jx-cli test: jx-cli
go test -coverprofile=artifacts/coverage.profile ./... go test -coverprofile=artifacts/coverage.profile ./...
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
alpine-deps:
apk add make
apk add golangci-lint
apk add git
apk add luajit luajit-dev
apk add gpg gpg-agent
fedora-deps: fedora-deps:
./jx apply build/rpm.jx.yaml ./jx apply build/rpm.jx.yaml
spectool -g -R build/jx.spec spectool -g -R build/jx.spec