mirror of https://github.com/dirtbags/moth.git
Remove ppc64le and i386 github builds
This commit is contained in:
parent
eb176584fe
commit
fbc23b2c46
|
@ -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 }}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue