Skip to content

Commit

Permalink
chore: support knative-docs 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 a7f55a4 commit d5110e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/docker/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ SCRIPT_DIR=$(cd $(dirname "$0"); pwd -P)

set -x

docker build -t ghcr.io/knative/knative-docs:latest -f $SCRIPT_DIR/Dockerfile $SCRIPT_DIR/../..

docker buildx build --platform linux/arm64,linux/amd64 -t "ghcr.io/knative/knative-docs:latest" --push -f $SCRIPT_DIR/Dockerfile $SCRIPT_DIR/../..

0 comments on commit d5110e1

Please sign in to comment.