Skip to content

Commit

Permalink
Add armel architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Jan 21, 2024
1 parent 561f068 commit c4fe9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
file: "Dockerfile.base"
platforms: linux/amd64, linux/arm64, linux/armhf
platforms: linux/amd64, linux/arm64, linux/armhf, linux/armel
push: ${{ github.event_name != 'pull_request' }}
tags: |
finchsec/kali:base
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64, linux/arm64, linux/armhf
platforms: linux/amd64, linux/arm64, linux/armhf, linux/armel
push: ${{ github.event_name != 'pull_request' }}
tags: |
finchsec/kali:latest

0 comments on commit c4fe9f4

Please sign in to comment.