From 5d1fb6584d87d80af279822e002aeeb5dec2a98d Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Mon, 14 Aug 2023 18:30:17 +0200 Subject: [PATCH] Removed ability to cross compile for now --- .forgejo/workflows/build-all.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index 8a203b6..ac378db 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -5,8 +5,6 @@ jobs: runs-on: docker container: image: alpine:edge - options: --privileged - steps: - name: Install checkout dependencies run: apk add nodejs git @@ -44,5 +42,5 @@ jobs: # RUN CABIN - name: Index repo run: cabin scan - - name: Build app packages (x86_64) - run: doas -u builder cabin build-all -a x86_64 -v + - name: Build app packages + run: doas -u builder cabin build-all -v -- 2.38.5