Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 30, 2024
1 parent a01f3f9 commit 00b5b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
set -xeuo pipefail
n=${{ matrix.releasever }}
podman build --cap-add=CAP_DAC_OVERRIDE --cap-add=CAP_SYS_PTRACE --from $FEDORA_TOOLBOX:$n -t "${{ env.QUAY_BASE }}:f$n" .
podman build --security-opt=seccomp=unconfined --from $FEDORA_TOOLBOX:$n -t "${{ env.QUAY_BASE }}:f$n" .
- name: Push
run: |
set -xeuo pipefail
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "${ID}" = fedora ]; then
# ls -laR /boot/efi
# chmod u+rwX /boot
# ls -laR /boot
strace chmod -vR a+rX /boot/efi
chmod -vR a+rX /boot/efi
false
else
false
Expand Down

0 comments on commit 00b5b5f

Please sign in to comment.