From 6a8aa6c5a32e2d17f3ebfbece2daf4e0d56f8873 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 24 Aug 2025 23:41:56 +0000 Subject: [PATCH] add target to install deps for alpine --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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