Skip to content

Commit

Permalink
Update simplify config.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Aug 29, 2023
1 parent ff8c63f commit da13f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IMAGE_NAME="wasmscore"
ARCH=$(uname -m | awk '{print tolower($0)}')
KERNEL=$(uname -s | awk '{print tolower($0)}')
echo "Building ${IMAGE_NAME} for $ARCH based on wasmtime@${WASMTIME_BUILD}"
echo "Building ${IMAGE_NAME} version ${IMAGE_VER} for $ARCH."

# Create Docker Image
docker build -t ${IMAGE_NAME} --build-arg ARCH=$(uname -m) .
Expand Down
3 changes: 1 addition & 2 deletions config.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Global variables used by scripts for docker building and launching
IMAGE_VER="v0.0.1"
WASMTIME_BUILD="b306368" # v0.38.0
IMAGE_VER="v0.0.1"

0 comments on commit da13f7d

Please sign in to comment.