From bad8abd6148eff05733b86979f63664e98b170f9 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Tue, 19 Mar 2024 12:44:02 +0530 Subject: [PATCH] chore: fix container label Fix container label. Signed-off-by: Noel Georgi --- Pkgfile | 2 +- artifacts/u-boot/pkg.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Pkgfile b/Pkgfile index 41046c9..6b10b8c 100644 --- a/Pkgfile +++ b/Pkgfile @@ -3,4 +3,4 @@ format: v1alpha2 labels: - org.opencontainers.image.source: https://github.com/siderolabs/sbc-raspberrypi + org.opencontainers.image.source: https://github.com/siderolabs/sbc-jetson diff --git a/artifacts/u-boot/pkg.yaml b/artifacts/u-boot/pkg.yaml index 8deb065..2439802 100644 --- a/artifacts/u-boot/pkg.yaml +++ b/artifacts/u-boot/pkg.yaml @@ -1,8 +1,6 @@ # References: # U-Boot: # - https://u-boot.readthedocs.io/en/latest -# Broadcom/RaspberryPi -# - https://github.com/u-boot/u-boot/blob/master/doc/board/broadcom/raspberrypi.rst name: u-boot variant: scratch shell: /toolchain/bin/bash