diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 81f2f5e..d07b3bc 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -53,7 +53,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64,linux/amd64 # platforms: linux/amd64 file: ./Dockerfile push: true diff --git a/cli/Cargo.lock b/cli/Cargo.lock index b930428..21d2e61 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1991,7 +1991,7 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasmo" -version = "1.0.5-dev" +version = "1.0.7" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d7b9b96..09ab935 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmo" -version = "1.0.5-dev" +version = "1.0.7" edition = "2021" authors = ["Zwiterrion "] license = "MIT OR Apache-2.0" diff --git a/cli/templates/go.zip b/cli/templates/go.zip index 1c50835..12a5690 100644 Binary files a/cli/templates/go.zip and b/cli/templates/go.zip differ diff --git a/cli/templates/js.zip b/cli/templates/js.zip index b0293a5..cc5c9ea 100644 Binary files a/cli/templates/js.zip and b/cli/templates/js.zip differ diff --git a/cli/templates/opa.zip b/cli/templates/opa.zip index 909579f..4f07b3d 100644 Binary files a/cli/templates/opa.zip and b/cli/templates/opa.zip differ diff --git a/cli/templates/rust.zip b/cli/templates/rust.zip index 3f14bd0..ba3d5f3 100644 Binary files a/cli/templates/rust.zip and b/cli/templates/rust.zip differ diff --git a/cli/templates/ts.zip b/cli/templates/ts.zip index 6031b59..cb2bc3f 100644 Binary files a/cli/templates/ts.zip and b/cli/templates/ts.zip differ diff --git a/server/package.json b/server/package.json index ec44b42..b7c2433 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "wasmo", - "version": "1.0.5-dev", + "version": "1.0.6", "main": "index.js", "license": "MIT", "scripts": { diff --git a/ui/package.json b/ui/package.json index 7384c4a..a00e0e2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.0.5-dev", + "version": "1.0.7", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",