bump justfile
This commit is contained in:
parent
75b4a803b1
commit
cf3500dffb
1 changed files with 6 additions and 1 deletions
7
justfile
7
justfile
|
@ -16,5 +16,10 @@ make_release $VERSION $FORCE="":
|
||||||
|
|
||||||
docker_release $TAG:
|
docker_release $TAG:
|
||||||
#docker login -u erebe ghcr.io
|
#docker login -u erebe ghcr.io
|
||||||
~/.depot/bin/depot build --project v4z5w7md33 --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:$TAG -t ghcr.io/erebe/wstunnel:latest --push .
|
#~/.depot/bin/depot build --project v4z5w7md33 --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:$TAG -t ghcr.io/erebe/wstunnel:latest --push .
|
||||||
|
docker buildx create --append --name builder --driver=kubernetes --platform=linux/arm64 '--driver-opt="nodeselector=kubernetes.io/arch=arm64","tolerations=key=kubernetes.io/hostname,value=server"' --node=build-arm64
|
||||||
|
docker buildx create --append --name builder --driver=kubernetes --platform=linux/amd64 '--driver-opt="nodeselector=kubernetes.io/arch=amd64","tolerations=key=kubernetes.io/hostname,value=toybox"' --node=build-amd64
|
||||||
|
docker buildx use builder
|
||||||
|
docker buildx build --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:$TAG -t ghcr.io/erebe/wstunnel:latest --push .
|
||||||
|
docker buildx rm builder
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue