diff --git a/Makefile b/Makefile index 400d4bd..e3357fa 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,12 @@ jx-cli: test: jx-cli go test -coverprofile=artifacts/coverage.profile ./... 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: ./jx apply build/rpm.jx.yaml spectool -g -R build/jx.spec