Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 4, 2023
1 parent 267db28 commit 129020e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
--env BUILDER_GID=$(id -g)
--platform "${{ matrix.platform }}"
--mount type=bind,src="$PWD",dst="/src/${{ github.repository }}"
--workdir "/src/${{ github.repository }}/src"
--entrypoint "/src/${{ github.repository }}/src/with-builder-user"
--workdir "/src/${{ github.repository }}/pkgbuilds"
--entrypoint "/src/${{ github.repository }}/pkgbuilds/with-builder-user"
ghcr.io/fwcd/archlinux
./build-pkgs
- name: Build package database
Expand All @@ -52,7 +52,7 @@ jobs:
--rm
--user "$(id -u):$(id -g)"
--mount type=bind,src="$PWD",dst="/src/${{ github.repository }}"
--workdir "/src/${{ github.repository }}/src"
--workdir "/src/${{ github.repository }}/pkgbuilds"
ghcr.io/fwcd/archlinux
./build-db
- name: Output build trees for debugging
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src"]
path = src
url = ../arch-repo.git
path = pkgbuilds
url = ../pkgbuilds.git
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fwcd's Arch Repository (aarch64)
# Arch Sink (aarch64)

[![Release](https://img.shields.io/github/v/release/fwcd/arch-repo-aarch64)](https://github.com/fwcd/arch-repo-aarch64/releases/latest)
[![Build](https://github.com/fwcd/arch-repo-aarch64/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/arch-repo-aarch64/actions/workflows/build.yml)
[![Release](https://img.shields.io/github/v/release/archsink/aarch64)](https://github.com/archsink/aarch64/releases/latest)
[![Build](https://github.com/archsink/aarch64/actions/workflows/build.yml/badge.svg)](https://github.com/archsink/aarch64/actions/workflows/build.yml)

aarch64 builds of the packages from [`arch-repo`](https://github.com/fwcd/arch-repo).
aarch64 builds of the packages from [`pkgbuilds`](https://github.com/archsink/pkgbuilds).

0 comments on commit 129020e

Please sign in to comment.