Change Action to add multi-platform image build

This commit is contained in:
Marcio Zimbres
2023-12-07 19:25:36 -03:00
parent bf2dabd2c7
commit 9b829f90e0
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ jobs:
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
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 }}

View File

@@ -4,6 +4,7 @@
### Added
* Option to set the target folder backup
* Multi-platform image build
## v1.3.2 (restic 0.16.0)