Skip to content

Commit

Permalink
Merge tag 'v0.16.0' into merge
Browse files Browse the repository at this point in the history
Release 0.16.0

Added
- Add support for FreeBSD ARM64 ([cross-platform-actions#55](cross-platform-actions#55))
  • Loading branch information
korli committed Mar 15, 2024
2 parents c1e43f2 + b119483 commit 77c370e
Show file tree
Hide file tree
Showing 30 changed files with 379 additions and 237 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,46 @@ jobs:
hardware: amd64
release: 13.2-RELEASE

- name: FreeBSD
architecture: ARM64
version: '12.4'
host: ubuntu-latest
# /home is symlinked to /usr/home. pwd will return the resolved path.
workDirectory: /usr/home/runner/work/action/action
uname:
hardware: arm64
release: 12.4-RELEASE

- name: FreeBSD
architecture: ARM64
version: '13.0'
host: ubuntu-latest
# /home is symlinked to /usr/home. pwd will return the resolved path.
workDirectory: /usr/home/runner/work/action/action
uname:
hardware: arm64
release: 13.0-RELEASE

- name: FreeBSD
architecture: ARM64
version: '13.1'
host: ubuntu-latest
# /home is symlinked to /usr/home. pwd will return the resolved path.
workDirectory: /usr/home/runner/work/action/action
uname:
hardware: arm64
release: 13.1-RELEASE

- name: FreeBSD
architecture: ARM64
version: '13.2'
host: ubuntu-latest
# /home is symlinked to /usr/home. pwd will return the resolved path.
workDirectory: /usr/home/runner/work/action/action
uname:
hardware: arm64
release: 13.2-RELEASE

- name: OpenBSD
version: '6.8'
host: macos-12
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0] - 2023-07-21
### Added
- Add support for FreeBSD ARM64 ([#55](https://github.com/cross-platform-actions/action/issues/55))

## [0.15.0] - 2023-06-12
### Changed
- Bump QEMU to 8.0.2 ([resources#3](https://github.com/cross-platform-actions/resources/pull/3))
Expand Down Expand Up @@ -110,8 +114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.16.0...HEAD

[0.16.0]: https://github.com/cross-platform-actions/action/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/cross-platform-actions/action/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/cross-platform-actions/action/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/cross-platform-actions/action/compare/v0.12.0...v0.13.0
Expand Down
Loading

0 comments on commit 77c370e

Please sign in to comment.