From 0db3ef4a1fc22f85bf72eac65c34d929d262e9aa Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 4 Nov 2022 23:34:36 +0100 Subject: [PATCH] changelog and only test on x86 --- .github/workflows/test.yaml | 4 ---- CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b9bb194..2694863 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,9 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - arch: ["linux/amd64", "linux/arm64"] steps: - name: Set up QEMU uses: docker/setup-qemu-action@v1 @@ -22,7 +19,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v2 with: - platforms: ${{ matrix.arch }} push: false test: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e1756..a059166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.5] - 2022-11-04 + +### Fixed + +- Docker build pipeline + ## [2.0.4] - 2022-10-29 ### Added