this repo has no description
at fix-ts-uint8array 12 lines 188 B view raw
1IMAGE := pierrelf/ayos 2TAG := latest 3 4.PHONY: default build push 5 6default: push 7 8build: 9 docker build --platform linux/arm64 -t $(IMAGE):$(TAG) . 10 11push: build 12 docker push $(IMAGE):$(TAG)