diff --git a/examples/simple/develop.Dockerfile b/examples/simple/develop.Dockerfile index c3fff61b4..6bc7fb675 100644 --- a/examples/simple/develop.Dockerfile +++ b/examples/simple/develop.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/lolopinto/ent:v0.1.15-test1-arm64-nodejs-18-dev +FROM ghcr.io/lolopinto/ent:v0.1.15-test2-nodejs-18-dev WORKDIR /app diff --git a/release_image/main.go b/release_image/main.go index 642f57c9c..67286efe1 100644 --- a/release_image/main.go +++ b/release_image/main.go @@ -42,8 +42,8 @@ var SUFFIXES = []string{ // you can change platforms here to test locally var PLATFORMS = []string{ - "linux/amd64", - // "linux/arm64", + // "linux/amd64", + "linux/arm64", } func do(version int) error { diff --git a/ts/package.json b/ts/package.json index ddabeda49..7dfe6bb63 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@snowtop/ent", - "version": "0.1.22-test2", + "version": "0.1.22-test3", "description": "snowtop ent framework", "main": "index.js", "types": "index.d.ts",