Skip to content

Testing - add GHA workflows to replace Drone #2

Testing - add GHA workflows to replace Drone

Testing - add GHA workflows to replace Drone #2

Workflow file for this run

name: CI on Push and Pull Request
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test-prepare-binaries:
permissions:
contents: read
strategy:
matrix:
arch: [ amd64, arm64 ]
runs-on: org-${{ github.repository_owner_id }}-${{ matrix.arch }}-k8s
container: ubuntu:22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare binaries
run: |
make ARCH=${{ matrix.arch }} scripts/iptables-wrapper-installer.sh