Skip to content

Commit

Permalink
Add multi-arch build support for audittail
Browse files Browse the repository at this point in the history
this requires metal-toolbox/container-push#31
and when merged will add multi-arch builds to the audittail container
releases.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Feb 23, 2023
1 parent 38bde43 commit 88e4ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
with:
name: audittail
tag: latest
dockerfile_path: images/audittail/Dockerfile
dockerfile_path: images/audittail/Dockerfile
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
name: audittail
tag: ${GITHUB_REF_NAME}
dockerfile_path: images/audittail/Dockerfile
platforms: linux/amd64,linux/arm64

0 comments on commit 88e4ef7

Please sign in to comment.