Skip to content

[WIP] ci: Add github build #8

[WIP] ci: Add github build

[WIP] ci: Add github build #8

Workflow file for this run

name: Update
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
update:
runs-on: ubuntu-latest-8-cores
if: github.repository_owner == 'envoyproxy'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
. ./build-repository.sh
import_public_key
touch debs/excludes.txt
echo ${{ github.token }} > debs/token.txt
GNUPG_HOME="$(realpath ~/.gnupg)"
time bazel build "--sandbox_writable_path=${GNUPG_HOME}" --config=debs-ci //debs
du -ch bazel-bin/debs/debs