Skip to content

Commit

Permalink
revert change to build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaindew committed Sep 6, 2024
1 parent 8580019 commit 02ce33b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-cli/src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ export async function build () {
'linux/amd64',
'-v',
`${pwd}:/src`,
`p3rmaw3b/ao`,
`p3rmaw3b/ao:${VERSION.IMAGE}`,
'ao-build-module'
]
})
console.log(`VERSION IMAGE ${VERSION.IMAGE}`)
await p.status()
}

Expand Down

0 comments on commit 02ce33b

Please sign in to comment.