Skip to content

fix: use 2023-05 geoip databases #807

fix: use 2023-05 geoip databases

fix: use 2023-05 geoip databases #807

Workflow file for this run

# Ensures we can install on debian with the official build instructions
name: debianrepo
on:
push:
branches:
- "master"
- "release/**"
- "fullbuild"
jobs:
test_386:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- run: sudo ./E2E/debian.bash docker i386
- run: sudo cat DEBIAN_INSTALLED_PACKAGE.txt
test_amd64:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- run: sudo ./E2E/debian.bash docker amd64
- run: sudo cat DEBIAN_INSTALLED_PACKAGE.txt
test_arm:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- run: sudo ./E2E/debian.bash docker armhf
- run: sudo cat DEBIAN_INSTALLED_PACKAGE.txt
test_arm64:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- run: sudo ./E2E/debian.bash docker arm64
- run: sudo cat DEBIAN_INSTALLED_PACKAGE.txt