From b5914277d3021ce5b73ce1f4fb8ec16257e614f2 Mon Sep 17 00:00:00 2001 From: crystal Date: Mon, 29 Apr 2024 04:30:06 -0600 Subject: [squash] split common data instead of building the packaged binaries with the `bindata` tag, this introduces a new forgejo-common package which contains common assets and architecture independent files. This is the first of a handful of PRs that will ultimately enable building packages for multiple architectures. --- .forgejo/workflows/forgejo-deb.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.forgejo/workflows/forgejo-deb.yml') diff --git a/.forgejo/workflows/forgejo-deb.yml b/.forgejo/workflows/forgejo-deb.yml index 7567e04..1031a38 100644 --- a/.forgejo/workflows/forgejo-deb.yml +++ b/.forgejo/workflows/forgejo-deb.yml @@ -59,13 +59,11 @@ jobs: - name: Build Forgejo for amd64 run: ./.ci-make.sh submodule-build forgejo forgejo-bin - env: - TAGS: bindata - name: Build Forgejo (with SQLite) for amd64 run: ./.ci-make.sh submodule-build forgejo forgejo-sqlite-bin env: - TAGS: bindata sqlite sqlite_unlock_notify + TAGS: sqlite sqlite_unlock_notify - run: ./.ci-make.sh package-prep - run: ./.ci-make.sh package-build-deps -- cgit v1.2.3