Skip to content

Commit

Permalink
chore: CI for OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Oct 11, 2024
1 parent 3130c23 commit 993751f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
ARTIFACT_RETENTION_DAYS: 45
OBSD_MIRROR: https://cdn.openbsd.org
PKG_DEPS_GENERAL: cmake ninja python%3.10
PKG_DEPS_GENERAL: cmake ninja python%3
PKG_DEPS_CLI: |
py3-build py3-installer py3-flit_core py3-wheel py3-setuptools py3-colorama py3-docutils py3-cryptography py3-ruamel.yaml py3-ruamel.yaml.clib py3-prompt_toolkit py3-distro py3-dateutil py3-jmespath py3-urllib3
Expand All @@ -28,14 +28,14 @@ jobs:
arch: arm64
version: "7.5"
host: ubuntu-latest
- name: 7.4-amd64
- name: 7.6-amd64
arch: x86-64
version: "7.4"
version: "7.6"
host: ubuntu-latest
do-git-push: true # Push changes from this build back to the branch
- name: 7.4-arm64
- name: 7.6-arm64
arch: arm64
version: "7.4"
version: "7.6"
host: ubuntu-latest
name: Build and sync on ${{ matrix.os.name }}
runs-on: ${{ matrix.os.host }}
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
uses: cross-platform-actions/action@v0.24.0
uses: cross-platform-actions/action@master
with:
operating_system: openbsd
architecture: ${{ matrix.os.arch }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repo contains code which will allow you to build and install the
For more information, read the blog post
[AWS CLIv2 on OpenBSD](https://www.packetmischief.ca/2023/08/16/awscliv2-on-openbsd/).

The ports in this repo are tested on OpenBSD 7.4 and 7.5 using the amd64 and arm64
The ports in this repo are tested on OpenBSD 7.5 and 7.6 using the amd64 and arm64
architectures.

## Installation
Expand Down

0 comments on commit 993751f

Please sign in to comment.