Skip to content

Commit

Permalink
Merge pull request #19 from shyim/frankenphp-revert
Browse files Browse the repository at this point in the history
frankenphp: revert setcap
  • Loading branch information
shyim authored Apr 5, 2024
2 parents 8a68fce + 11a60ef commit 4ff2644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions frankenphp-8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: frankenphp-8.2
version: 1.1.2
epoch: 1
epoch: 2
description: "FrankenPHP"
copyright:
- license: MIT
Expand All @@ -17,7 +17,6 @@ environment:
- build-base
- busybox
- go
- libcap-utils
- libxml2-dev
- php-frankenphp-8.2
- php-frankenphp-8.2-dev
Expand Down Expand Up @@ -63,8 +62,6 @@ pipeline:
- uses: strip

- runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp"

update:
enabled: true
github:
Expand Down
5 changes: 1 addition & 4 deletions frankenphp-8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: frankenphp-8.3
version: 1.1.2
epoch: 1
epoch: 2
description: "FrankenPHP"
copyright:
- license: MIT
Expand All @@ -17,7 +17,6 @@ environment:
- build-base
- busybox
- go
- libcap-utils
- libxml2-dev
- php-frankenphp-8.3
- php-frankenphp-8.3-dev
Expand Down Expand Up @@ -63,8 +62,6 @@ pipeline:
- uses: strip

- runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp"

update:
enabled: true
github:
Expand Down

0 comments on commit 4ff2644

Please sign in to comment.