~comcloudway/ccw-aports

5d1fb6584d87d80af279822e002aeeb5dec2a98d — Jakob Meier 1 year, 1 month ago 0c23a6c
Removed ability to cross compile for now
1 files changed, 2 insertions(+), 4 deletions(-)

M .forgejo/workflows/build-all.yml
M .forgejo/workflows/build-all.yml => .forgejo/workflows/build-all.yml +2 -4
@@ 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