Skip to content

Commit

Permalink
chore: rename org
Browse files Browse the repository at this point in the history
Rename org

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 23, 2022
1 parent 818a628 commit 5831f78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REGISTRY ?= ghcr.io
USERNAME ?= talos-systems
USERNAME ?= siderolabs
SHA ?= $(shell git describe --match=none --always --abbrev=8 --dirty)
TAG ?= $(shell git describe --tag --always --dirty)
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
Expand All @@ -8,7 +8,7 @@ SOURCE_DATE_EPOCH ?= $(shell git log -1 --pretty=%ct)

# Sync bldr image with Pkgfile
BLDR ?= docker run --rm --volume $(PWD):/toolchain --entrypoint=/bldr \
ghcr.io/talos-systems/bldr:v0.2.0-alpha.5-frontend graph --root=/toolchain
ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-1-g9d49478-frontend graph --root=/toolchain

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.7-frontend
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-1-g9d49478-frontend

format: v1alpha2

Expand Down Expand Up @@ -35,4 +35,4 @@ vars:
musl_sha512: 5344b581bd6463d71af8c13e91792fa51f25a96a1ecbea81e42664b63d90b325aeb421dfbc8c22e187397ca08e84d9296a0c0c299ba04fa2b751d6864914bd82

labels:
org.opencontainers.image.source: https://github.com/talos-systems/toolchain
org.opencontainers.image.source: https://github.com/siderolabs/toolchain
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ At that point you can set you $PATH to `/toolchain/bin` and build source code in

## Development

The development of this toolchain depends on Docker 19.03.0 or greater and [`bldr`](https://github.com/talos-systems/bldr).
The development of this toolchain depends on Docker 19.03.0 or greater and [`bldr`](https://github.com/siderolabs/bldr).
The toolchain can be built for different architectures (e.g. `x86_64`, `aarch64`, etc.).
To do this you will need to setup the proper `docker context` for the architecture you intend on building for.
For example, to setup the build for `aarch64` (`arm64`):
Expand Down

0 comments on commit 5831f78

Please sign in to comment.