Skip to content

Commit

Permalink
Add new build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashochguertel committed Jun 24, 2023
1 parent bbaa7d3 commit 6ab4c80
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
podman build --format docker --tag th-helm-playground-webapp .
#!/bin/bash
# podman build --format docker --tag th-helm-playground-frontend .

docker buildx build --push \
--platform linux/arm64/v8,linux/amd64 \
--tag docker.io/tobiashochguertel/th-helm-playground-frontend:1.0.0 \
--tag docker.io/tobiashochguertel/th-helm-playground-frontend:latest \
.

0 comments on commit 6ab4c80

Please sign in to comment.