Waiting https://github.com/Stirling-Tools/Stirling-PDF/issues/4662 Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
11 lines
466 B
Makefile
11 lines
466 B
Makefile
.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 --manifest git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG) .
|
|
podman manifest push git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG)
|