add arm64 build

This commit is contained in:
Bret Fisher
2023-02-28 19:12:40 -05:00
parent 8e3385ef69
commit da84cbcf8b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+4 -5
View File
@@ -1,16 +1,15 @@
# shpod
[![GitHub Super-Linter](https://github.com/bretfisher/shpod/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/BretFisher/shpod/actions/workflows/linter.yml)
[![Build and Push Image](https://github.com/bretfisher/shpod/actions/workflows/docker-build-and-push.yml/badge.svg?branch=main)](https://github.com/BretFisher/shpod/actions/workflows/docker-build-and-push.yml)
[![Build Container Image](https://github.com/bretfisher/shpod/actions/workflows/call-docker-build.yml/badge.svg?branch=main)](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,
+1
View File
@@ -35,6 +35,7 @@ spec:
image: bretfisher/shpod:latest
stdin: true
tty: true
imagepullpolicy: Always
env:
- name: HOSTIP
valueFrom: