From fbc23b2c46cb39d2084d34cd4534655503c3c3fb Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 2 Mar 2021 12:42:43 -0700 Subject: [PATCH] Remove ppc64le and i386 github builds --- .github/workflows/build+test.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build+test.yml b/.github/workflows/build+test.yml index 2ee2fab..e25dda5 100644 --- a/.github/workflows/build+test.yml +++ b/.github/workflows/build+test.yml @@ -64,7 +64,7 @@ jobs: target: moth file: build/package/Containerfile push: true - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le + platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 tags: | dirtbags/moth:${{ steps.vars.outputs.tag }} ghcr.io/dirtbags/moth:${{ steps.vars.outputs.tag }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8451789..4933771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [v4.1.1] +### Removed +- ppc64le and i386 builds of github, because ppc64le keep failing mysteriously, and we don't need them anyhow. + ## [v4.1.0] - 2020-03-02 ### Added - `transpile` now has a `markdown` command,