Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: '*'
branches: '**'
tags: v*
pull_request:
branches:
Expand Down Expand Up @@ -116,6 +116,9 @@ jobs:
fail-fast: false
matrix:
version:
- name: 'r1beta6'
uname: hrev59866_53

- name: 'r1beta5'
uname: hrev57937

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
### Added
- Add support for Haiku R1/beta6. Since it has not been officially released
yet, the image is built from the official test build, `hrev59866_53`

## [1.4.0] - 2026-08-10
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,12 @@ operating systems.

| Version | x86-64 |
|---------|--------|
| r1beta6 | ✅ |
| r1beta5 | ✅ |

Note, R1/beta6 has not been officially released yet. The image is built from
the official test build, `hrev59866_53`, until the release is out.

### [OmniOS][omnios_builder] (`omnios`)

| Version | x86-64 |
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const version = {
operating_system: {
dragonflybsd: 'v0.0.1',
freebsd: 'v0.16.0',
haiku: 'v0.1.0',
haiku: 'v0.2.0',
midnightbsd: 'v0.0.1',
netbsd: 'v0.7.0',
openbsd: 'v0.14.0',
Expand Down
Loading