Skip to content

Commit

Permalink
Fix ses abuild
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Jan 17, 2025
1 parent a380065 commit 77fcb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ses/pod-ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bundle": "node ../../../common/scripts/esbuild.js",
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/ses",
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/ses staging",
"docker:abuild": "docker build -t hardcoreeng/ses . --platform=linux/amd64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/ses",
"docker:abuild": "docker build -t hardcoreeng/ses . --platform=linux/arm64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/ses",
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/ses",
"run-local": "cross-env [email protected] ts-node src/index.ts",
"format": "format src",
Expand Down

0 comments on commit 77fcb81

Please sign in to comment.