Skip to content

Commit

Permalink
chore: support helloworld-clojure multiple architecture
Browse files Browse the repository at this point in the history
Signed-off-by: kahirokunn <[email protected]>
  • Loading branch information
kahirokunn committed Aug 21, 2023
1 parent b9803d2 commit 0a7b272
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code-samples/community/serving/helloworld-clojure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,8 @@ folder) you're ready to build and deploy the sample app.
username:

```bash
# Build the container on your local machine
docker build -t {username}/helloworld-clojure .

# Push the container to docker registry
docker push {username}/helloworld-clojure
# Build and push the container on your local machine.
docker buildx build --platform linux/arm64,linux/amd64 -t "{username}/helloworld-clojure" --push .
```

1. After the build has completed and the container is pushed to docker hub, you
Expand Down

0 comments on commit 0a7b272

Please sign in to comment.