Skip to content

Commit

Permalink
Merge branch 'release/alpine-0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Apr 6, 2024
2 parents 6450bdc + ff936d5 commit a93091d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
release: [
{distro: "alpine", version: "3.16"},
{distro: "alpine", version: "3.17"},
{distro: "alpine", version: "3.18"},
{distro: "alpine", version: "3.19"},
# {distro: "alpine", version: "3.16"},
# {distro: "alpine", version: "3.17"},
# {distro: "alpine", version: "3.18"},
# {distro: "alpine", version: "3.19"},
{distro: "alpine", version: "edge"}
]
os: [
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ Build configuration for building and pushing incus / lxd images.

## Images

Configured to build the following releases for 2 architectures `aarch64` and `x86_64`
Configured to build the following releases for 2 architectures

+ Alpine - `edge`, `3.19`, `3.18`, `3.17`, `3.16`
+ Debian - `bookworm`, `sid`
+ Ubuntu - `jammy`, `noble`
| OS | Releases | Architectures | Link |
| ----------------- | ----------------- | ---------------- | ----------------- |
| ![alpine](https://github.com/upmaru/opsmaru-images/actions/workflows/alpine.yml/badge.svg) | `edge` `3.19` `3.18` `3.17` `3.16` | `aarch64` `x86_64` | [View](https://images.opsmaru.com/?os=alpine) |
| ![debian](https://github.com/upmaru/opsmaru-images/actions/workflows/debian.yml/badge.svg) | `bookworm` `trixie` | `aarch64` `x86_64` | [View](https://images.opsmaru.com/?os=debian) |
| ![ubuntu](https://github.com/upmaru/opsmaru-images/actions/workflows/ubuntu.yml/badge.svg) | `jammy` `noble` | `aarch64` `x86_64` | [View](https://images.opsmaru.com/?os=ubuntu) |
| ![centos](https://github.com/upmaru/opsmaru-images/actions/workflows/centos.yml/badge.svg) | `8-Stream` `9-Stream` | `aarch64` `x86_64` | [View](https://images.opsmaru.com/?os=centos) |

## How to Access

Simply sign up here [images.opsmaru.com](https://images.opsmaru.com)

## Contribution

Expand Down

0 comments on commit a93091d

Please sign in to comment.