mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
ci: use bazel@7 to build deb (#851)
This commit is contained in:
7
.github/workflows/distribute-debian.yml
vendored
7
.github/workflows/distribute-debian.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
|||||||
flood-bin:
|
flood-bin:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
env:
|
||||||
|
USE_BAZEL_VERSION: '7.x'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ['22']
|
node: ['22']
|
||||||
@@ -28,8 +31,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt-get update -y
|
||||||
sudo apt install --reinstall -y qemu-user-static
|
sudo apt-get install --reinstall -y qemu-user-static
|
||||||
|
|
||||||
- run: sudo npm install -g pkg
|
- run: sudo npm install -g pkg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user