update portfolio sections

This commit is contained in:
Konstantin 2025-05-15 11:54:27 +02:00
parent 9d5f6bc5fb
commit c4a83cf5be
Signed by: konstantin
GPG key ID: A128B78773E41ACE
4 changed files with 33 additions and 7 deletions

View file

@ -1,12 +1,9 @@
.PHONY: help build publish
VERSION = 1.9.6
.PHONY: help bump publish
VERSION = 1.9.11
help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
build:
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
publish:
# something to try: --provenance=false
@docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push .