Skip to content

Commit

Permalink
remove setgid
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jul 3, 2024
1 parent da04fa4 commit cbef16e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: dind-small
runs-on: dind-large
container:
image: ghcr.io/catthehacker/ubuntu:rust-22.04

Expand Down Expand Up @@ -53,13 +53,12 @@ jobs:
mkdir -p .debpkg/etc/systemd/system
mkdir -p .debpkg/etc/default
mkdir -p .debpkg/DEBIAN
cp target/x86_64-unknown-linux-musl/release/ic-gateway .debpkg/usr/sbin
cp deploy/ic-gateway.service .debpkg/etc/systemd/system
cp deploy/ic-gateway.env .debpkg/etc/default/ic-gateway
chmod 0755 .debpkg
chmod 0755 .debpkg/DEBIAN
chmod -R g-s .debpkg
- uses: jiro4989/build-deb-action@v3
with:
Expand Down

0 comments on commit cbef16e

Please sign in to comment.