diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index eab254ef..88f7e484 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -35,7 +35,7 @@ jobs: context: . push: true file: client/Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | amruthpillai/reactive-resume:client-latest amruthpillai/reactive-resume:client-${{ steps.version.outputs.tag }} @@ -70,7 +70,7 @@ jobs: context: . push: true file: server/Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | amruthpillai/reactive-resume:server-latest amruthpillai/reactive-resume:server-${{ steps.version.outputs.tag }} @@ -106,7 +106,7 @@ jobs: context: . push: true file: client/Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | ghcr.io/amruthpillai/reactive-resume:client-latest ghcr.io/amruthpillai/reactive-resume:client-${{ steps.version.outputs.tag }} @@ -142,7 +142,7 @@ jobs: context: . push: true file: server/Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | ghcr.io/amruthpillai/reactive-resume:server-latest ghcr.io/amruthpillai/reactive-resume:server-${{ steps.version.outputs.tag }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9beaa1..fe8c4c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file. See [standa * **upgrade:** changes to code to support new template ([1df7810](https://github.com/AmruthPillai/Reactive-Resume/commit/1df78100ca0667ce9b7834cf2c25384eb21c67c2)) +### What's Changed +* New Crowdin updates by @AmruthPillai in https://github.com/AmruthPillai/Reactive-Resume/pull/791 +* Bump org.jetbrains.kotlin.android from 1.6.10 to 1.6.20 in /app by @dependabot in https://github.com/AmruthPillai/Reactive-Resume/pull/812 +* New Crowdin updates by @AmruthPillai in https://github.com/AmruthPillai/Reactive-Resume/pull/806 +* A new template - Leafish by @klejejs in https://github.com/AmruthPillai/Reactive-Resume/pull/811 +* Automatic multi-platform Docker image build by @schklom in https://github.com/AmruthPillai/Reactive-Resume/pull/817 + +### New Contributors +* @klejejs made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/811 +* @schklom made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/817 + ### [3.2.11](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.2.10...v3.2.11) (2022-03-28) ### [3.2.10](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.2.9...v3.2.10) (2022-03-24)