mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-16 03:45:10 -07:00
Build multiarch Docker images
This commit is contained in:
parent
2b2f090b33
commit
9b6c0b1d4c
2 changed files with 3 additions and 0 deletions
1
.github/workflows/build+test.yml
vendored
1
.github/workflows/build+test.yml
vendored
|
@ -61,6 +61,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,linux/s390x
|
||||
tags: |
|
||||
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||
ghcr.io/dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||
|
|
|
@ -5,6 +5,8 @@ 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.0-pre] - Unreleased
|
||||
### Added
|
||||
- Build multiarch Docker images
|
||||
### Changed
|
||||
- Stop building devel server from this codebase; this is moving to a new repo
|
||||
|
||||
|
|
Loading…
Reference in a new issue