Skip to content

Commit

Permalink
feat: add multi-arch build to docker build (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • Loading branch information
Skarlso authored Jul 26, 2024
1 parent 27d11e0 commit de17efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
tags: ghcr.io/external-secrets/bitwarden-sdk-server:${{ steps.prep.outputs.VERSION }}
push: true
platforms: linux/amd64,linux/arm64
- name: Install Helm
uses: azure/setup-helm@v4
- name: Build and release the helm charts
Expand Down
3 changes: 3 additions & 0 deletions docs/release_notes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release v0.2.0

Add multi-arch build option to docker build.

0 comments on commit de17efc

Please sign in to comment.