Skip to content

Commit

Permalink
chore: support secrets-go multiple architecture
Browse files Browse the repository at this point in the history
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
  • Loading branch information
kahirokunn committed Aug 21, 2023
1 parent 25d2053 commit a7f55a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code-samples/serving/secrets-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,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}/secrets-go .
# Push the container to docker registry
docker push {username}/secrets-go
# Build and push the container on your local machine.
docker buildx build --platform linux/arm64,linux/amd64 -t "{username}/secrets-go" --push .
```

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

0 comments on commit a7f55a4

Please sign in to comment.