We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec7cd0 commit 945f55fCopy full SHA for 945f55f
Makefile
@@ -143,6 +143,16 @@ build-ttl.sh: web kots build
143
docker build --platform $(OS)/$(ARCH) -f dev/dockerfiles/kotsadm/Dockerfile.ttlsh -t ttl.sh/${CURRENT_USER}/kotsadm:24h .
144
docker push ttl.sh/${CURRENT_USER}/kotsadm:24h
145
146
+.PHONY: kots-ttl.sh
147
+kots-ttl.sh: export GOOS ?= $(OS)
148
+kots-ttl.sh: export GOARCH ?= $(ARCH)
149
+kots-ttl.sh: kots
150
+ cd bin && \
151
+ tar czf kots.tar.gz kots && \
152
+ oras push ttl.sh/${CURRENT_USER}/kots.tar.gz:24h \
153
+ --artifact-type application/vnd.unknown.layer.v1+binary \
154
+ kots.tar.gz:application/gzip
155
+
156
.PHONY: all-ttl.sh
157
all-ttl.sh: export GOOS ?= $(OS)
158
all-ttl.sh: export GOARCH ?= $(ARCH)
0 commit comments