disable sandbox in build command
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-03-31 16:07:07 -05:00
parent 0cf67dcea8
commit 38e8fb7e16

View File

@@ -22,13 +22,10 @@ jobs:
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@v26
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
sandbox = false
filter-syscalls = false
- name: Build Docker Image via Nix Flake - name: Build Docker Image via Nix Flake
run: | run: |
nix build ./build/#dockerImage nix build --option sandbox false ./build/#dockerImage
docker load -i result docker load -i result
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry