mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-09-04 14:04:58 -04:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99d2942b92 |
@@ -17,8 +17,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
|
- nixos-25.05
|
||||||
- nixos-25.11
|
- nixos-25.11
|
||||||
- nixos-26.05
|
|
||||||
system:
|
system:
|
||||||
- aarch64-linux
|
- aarch64-linux
|
||||||
- x86_64-linux
|
- x86_64-linux
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v4
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|||||||
+1
-1
@@ -10,5 +10,5 @@ build:
|
|||||||
- NIXPKGS_CHANNEL: nixos-unstable
|
- NIXPKGS_CHANNEL: nixos-unstable
|
||||||
IMAGE_TAG: latest
|
IMAGE_TAG: latest
|
||||||
- NIXPKGS_CHANNEL:
|
- NIXPKGS_CHANNEL:
|
||||||
|
- nixos-25.05
|
||||||
- nixos-25.11
|
- nixos-25.11
|
||||||
- nixos-26.05
|
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ nixpkgs channel describes.
|
|||||||
|
|
||||||
| Channel | Image Tag | Description |
|
| Channel | Image Tag | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
| nixos-25.05 | nixos-25.05 | only minor versions that include security updates |
|
||||||
| nixos-25.11 | nixos-25.11 | only minor versions that include security updates |
|
| nixos-25.11 | nixos-25.11 | only minor versions that include security updates |
|
||||||
| nixos-26.05 | nixos-26.05 | only minor versions that include security updates |
|
|
||||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||||
|
|
||||||
## List of images
|
## List of images
|
||||||
|
|||||||
Reference in New Issue
Block a user