Skip to content

[1.27] [Backport] migrate from Drone to GitHub Actions #11

[1.27] [Backport] migrate from Drone to GitHub Actions

[1.27] [Backport] migrate from Drone to GitHub Actions #11

name: Test Prepare Binaries
on:
push:
branches:
- "*"
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64, arm64 ]
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Environment Variables
run: |
echo "ARCH=${{ matrix.arch }}" >> "$GITHUB_ENV"
- name: Prepare binaries
run: make k8s-binaries