Skip to content

Commit

Permalink
Merge pull request #78 from mountaindude/master
Browse files Browse the repository at this point in the history
Fix multi-arch Docker image building
  • Loading branch information
mountaindude authored Aug 31, 2021
2 parents f902479 + a5e0aa9 commit ac527ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
context: .
platforms: |
linux/amd64
linux/arm64
linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.3.11](https://www.github.com/ptarmiganlabs/butler-cw/compare/v2.3.10...v2.3.11) (2021-08-31)


### Bug Fixes

* Cleanup of Docker image building ([8f36616](https://www.github.com/ptarmiganlabs/butler-cw/commit/8f36616ecd7c013cb72f6216c26493272d59df14))

### [2.3.10](https://www.github.com/ptarmiganlabs/butler-cw/compare/v2.3.9...v2.3.10) (2021-08-31)


Expand Down

0 comments on commit ac527ce

Please sign in to comment.