summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/forgejo-deb.yml
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-04-29 04:30:06 -0600
committercrystal <crystal@noreply.codeberg.org>2024-07-07 11:23:16 -0600
commitb5914277d3021ce5b73ce1f4fb8ec16257e614f2 (patch)
tree50fab45c5bcc8d6323bb0fb231ee7eaa569c3719 /.forgejo/workflows/forgejo-deb.yml
parent7fcc7721f8d9dc44f79451841abde6ccd450a114 (diff)
[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.
Diffstat (limited to '.forgejo/workflows/forgejo-deb.yml')
-rw-r--r--.forgejo/workflows/forgejo-deb.yml4
1 files changed, 1 insertions, 3 deletions
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