Skip to content

Commit

Permalink
Merge pull request #72 from Cray-HPE/CASMCMS-8567
Browse files Browse the repository at this point in the history
CASMCMS-8567 - support arm64 image customization.
  • Loading branch information
dlaine-hpe authored May 18, 2023
2 parents 96f2c63 + 21267f3 commit ffabb5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## Unreleased

## [3.9.1] - 2023-05-17
### Changed
- CASMCMS-8567 - Support arm64 image customization.

## [3.9.0] - 2023-05-04
### Added
- CASMCMS-8227 - Add platform support to image, recipe, and job objects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ data:
value: "$ssh_jail"
- name: JOB_ENABLE_DKMS
value: "$job_enable_dkms"
- name: BUILD_ARCH
value: "$job_arch"
resources:
requests:
memory: "$size_gb"
Expand Down
2 changes: 1 addition & 1 deletion update_external_versions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ image: cray-ims-kiwi-ng-opensuse-x86_64-builder

image: cray-ims-sshd
major: 1
minor: 7
minor: 8

0 comments on commit ffabb5e

Please sign in to comment.