Skip to content

Commit

Permalink
Fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorsten committed Jan 21, 2024
1 parent 12f31d1 commit 5d3242f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.8 - 2024-01-20

- Fix (again) platform releases

## 0.1.7 - 2024-01-20

- Fix platform releases to both arm64/amd64:

## 0.1.6 - 2024-01-20

- Fix workflows
Expand Down

0 comments on commit 5d3242f

Please sign in to comment.