diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e6349e7..64d39825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,8 @@ jobs: with: context: . file: ./docker/Dockerfile - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/CHANGELOG.md b/CHANGELOG.md index cbffbd62..7e31662f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2] - 2022-08-26 + +### Changed + +- Disable Linux ARM64 builds for now + ## [0.6.1] - 2022-08-26 ### Fixed @@ -141,7 +147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The entire app! -[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.6.1...HEAD +[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.6.2...HEAD + +[0.6.2]: https://github.com/frysztak/orpington-news/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/frysztak/orpington-news/compare/0.6.0...0.6.1 diff --git a/package.json b/package.json index 7f4b62c7..71d3431f 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "*.{js,cjs,css,md,ts,tsx,json,yml,yaml}": "prettier --write" }, "packageManager": "yarn@3.2.0", - "version": "0.6.1" + "version": "0.6.2" }