Skip to content

Commit 475408c

Browse files
committed
Single python release and review points
Signed-off-by: Luke Hinds <luke@stacklok.com>
1 parent 9e97dd2 commit 475408c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-publish-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
file: ./docker/Dockerfile
4242
push: true
4343
tags: ghcr.io/${{ github.repository }}/bandit:latest
44-
platforms: linux/amd64, linux/arm64
44+
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v8
4545

4646
- name: Sign the image
4747
env:

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Container Images
8888
----------------
8989

9090
Bandit is available as a container image, built within the bandit repository
91-
using GitHub Actions. The image is available on gchr.io:
91+
using GitHub Actions. The image is available on ghcr.io:
9292

9393
```bash
9494
docker pull ghcr.io/pycqa/bandit/bandit
@@ -99,6 +99,7 @@ The image is built for the following architectures:
9999
* amd64
100100
* arm64
101101
* armv7
102+
* armv8
102103

103104
To pull a specific architecture, use the following format:
104105

0 commit comments

Comments
 (0)