Skip to content

Commit

Permalink
Merge pull request #33 from ember-nexus/feature/multi-arch-docker-images
Browse files Browse the repository at this point in the history
WIP CI/CD test for multi arch Docker image.
  • Loading branch information
Syndesi authored Aug 16, 2023
2 parents a0e343e + ab2d286 commit 417377c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:
needs: [build-docker-image-amd, build-docker-image-arm]
steps:

- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
with:
name: bumped-repo
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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).

## Unreleased
### Changed
- Change CI to support multi arch Docker image builds.

## 0.0.22 - 2023-08-15
### Fixed
Expand Down

0 comments on commit 417377c

Please sign in to comment.