Skip to content

Test1

Test1 #1

Workflow file for this run

name: Test1
on:
workflow_dispatch:
jobs:
build-standalone:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
GO_VERSION:
- 1.23.1
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.GO_VERSION }}
- name: Build for arm64
uses: jtdor/build-deb-action@v1
with:
host-arch: arm64
- name: Debug 1
run: |
ls -latr debian
- name: Debug 2
run: |
ls -latr debian/artifacts