Skip to content

Commit

Permalink
lil more
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Oct 31, 2024
1 parent 0cce707 commit 9d1fb1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/ns_build.sh

This file was deleted.

16 changes: 16 additions & 0 deletions scripts/ns_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/bash
set -e

# for fast arm64 builds: https://namespace.so/docs/features/faster-builds

if ! command -v nsc &> /dev/null; then
echo "nsc missing, install with"
echo ""
echo "curl -fsSL https://get.namespace.so/cloud/install.sh | sh"
exit 1
fi

nsc version update

nsc docker buildx cleanup
nsc docker buildx setup --use

0 comments on commit 9d1fb1f

Please sign in to comment.