Reproducible builds.

This commit is contained in:
Nuno Cruces
2023-11-28 01:10:24 +00:00
parent fcd6cc91d8
commit 8a18243830
10 changed files with 53 additions and 9 deletions

21
.github/workflows/repro.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Reproducible build
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up
uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: .github/workflows/repro.sh