mirror of
https://github.com/BretFisher/shpod.git
synced 2026-08-19 12:16:14 +00:00
add arm64 build
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
### platforms to build for, defaults to linux/amd64
|
||||
### other options: linux/amd64,linux/arm64,linux/arm/v7
|
||||
# platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
### Create a PR comment with image tags and labels
|
||||
### defaults to false
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# shpod
|
||||
|
||||
[](https://github.com/BretFisher/shpod/actions/workflows/linter.yml)
|
||||
[](https://github.com/BretFisher/shpod/actions/workflows/docker-build-and-push.yml)
|
||||
[](https://github.com/BretFisher/shpod/actions/workflows/call-docker-build.yml)
|
||||
|
||||
**TL,DR:** `curl https://k8smastery.com/shpod.sh | sh`
|
||||
|
||||
Thanks to @jpetazzo for this fantastic open source!
|
||||
Thanks to [@jpetazzo](https://github.com/jpetazzo) for this fantastic open source!
|
||||
|
||||
## What's this?
|
||||
|
||||
`shpod` is a container image based on the Alpine distribution
|
||||
and embarking a bunch of tools useful when working with containers,
|
||||
`shpod` is a container image based on the Alpine distribution and includes a bunch of tools useful when working with containers,
|
||||
Docker, and Kubernetes.
|
||||
|
||||
It includes:
|
||||
@@ -51,7 +50,7 @@ so that you can get all the tools you need regardless
|
||||
of your exact Kubernetes setup.
|
||||
|
||||
To use it, you need a Kubernetes cluster. You can use Minikube,
|
||||
microk8s, Docker Desktop, AKS, EKS, GKE, anything you like, really.
|
||||
microk8s, Docker Desktop, AKS, EKS, GKE, or anything you like.
|
||||
|
||||
If it runs with a pseudo-terminal, it will spawn a shell, and you
|
||||
can attach to that shell. If it runs without a pseudo-terminal,
|
||||
|
||||
@@ -35,6 +35,7 @@ spec:
|
||||
image: bretfisher/shpod:latest
|
||||
stdin: true
|
||||
tty: true
|
||||
imagepullpolicy: Always
|
||||
env:
|
||||
- name: HOSTIP
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user