changelog and only test on x86

This commit is contained in:
cupcakearmy 2022-11-04 23:34:36 +01:00
parent 03e9fb431f
commit 0db3ef4a1f
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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