From 475408c832d7b0fc01ab44a99d4076e7668fd459 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Mon, 8 Jan 2024 12:33:49 +0000 Subject: [PATCH] Single python release and review points Signed-off-by: Luke Hinds --- .github/workflows/build-publish-image.yml | 2 +- README.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index c7896b4cd..27e31f920 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -41,7 +41,7 @@ jobs: file: ./docker/Dockerfile push: true tags: ghcr.io/${{ github.repository }}/bandit:latest - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v8 - name: Sign the image env: diff --git a/README.rst b/README.rst index 7254db852..96ddb4a32 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ Container Images ---------------- Bandit is available as a container image, built within the bandit repository -using GitHub Actions. The image is available on gchr.io: +using GitHub Actions. The image is available on ghcr.io: ```bash docker pull ghcr.io/pycqa/bandit/bandit @@ -99,6 +99,7 @@ The image is built for the following architectures: * amd64 * arm64 * armv7 +* armv8 To pull a specific architecture, use the following format: