Skip to content

Commit

Permalink
arm64 + new image
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Dec 5, 2023
1 parent 991ca68 commit d62e0a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/simple/develop.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d62e0a4

Please sign in to comment.