-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
NAME ?=talos-orangepi5 | ||
|
||
REGISTRY ?= ghcr.io | ||
USERNAME ?= si0ls | ||
USERNAME ?= schneid-l | ||
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME) | ||
SOURCE ?= https://github.com/${USERNAME}/${NAME}.git | ||
AUTHORS ?= Louis S. <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ ARG VERSION | |
ARG IMAGE_NAME="talos-orangepi5-installer" | ||
ARG IMAGE_TITLE="Talos Orange Pi 5 Installer" | ||
ARG IMAGE_DESCRIPTION=$IMAGE_TITLE | ||
ARG IMAGE_SOURCE="https://github.com/si0ls/talos-orangepi5" | ||
ARG IMAGE_SOURCE="https://github.com/schneid-l/talos-orangepi5" | ||
ARG IMAGE_AUTHORS="Louis S. <[email protected]>" | ||
ARG IMAGE_VENDOR=$IMAGE_AUTHORS | ||
ARG IMAGE_VERSION=$VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ ARG KERNEL_VERSION=6.10 | |
ARG IMAGE_NAME="talos-orangepi5-kernel" | ||
ARG IMAGE_TITLE="Talos Orange Pi 5 Kernel" | ||
ARG IMAGE_DESCRIPTION=$IMAGE_TITLE | ||
ARG IMAGE_SOURCE="https://github.com/si0ls/talos-orangepi5" | ||
ARG IMAGE_SOURCE="https://github.com/schneid-l/talos-orangepi5" | ||
ARG IMAGE_AUTHORS="Louis S. <[email protected]>" | ||
ARG IMAGE_VENDOR="The Linux Foundation" | ||
ARG IMAGE_VERSION=$KERNEL_VERSION | ||
|