Initial Commit

Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
2025-08-15 19:44:40 -03:00
commit 533d7191b5
3 changed files with 25 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: default
default: all
TAG := $(shell curl -sSL https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF-chart/refs/heads/main/charts/stirling-pdf/Chart.yaml | yq -r .appVersion)
all: build
build:
podman build --build-arg TAG=$(TAG) --platform=linux/amd64,linux/arm64 -t git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG) .
podman push git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG)