Skip to content

Commit 56bc32f

Browse files
authored
Merge pull request #8 from jgmize/azure-cli
Add azure-cli
2 parents 3e92267 + fefe4b3 commit 56bc32f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.docker/gcloud-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG USERNAME=git
66
ARG TARGETARCH
77
SHELL ["/bin/bash", "-c"]
88
RUN apt-get update && apt-get install -y --no-install-recommends \
9-
build-essential ca-certificates curl emacs-nox git gpg gpg-agent htop jq \
9+
azure-cli build-essential ca-certificates curl emacs-nox git gpg gpg-agent htop jq \
1010
kubectl libsqlite3-0 microsocks openssh-server pandoc postgresql-client python3-epc \
1111
python3-importmagic ripgrep sudo tmate tmux tree \
1212
tzdata unzip && apt-get clean -y && \

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
- dev
77
- gcloud-slim
8+
- azure-cli
89
env:
910
REGISTRY: ghcr.io
1011
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)