version test

This commit is contained in:
Kwitsch 2024-04-12 14:19:07 +00:00
parent 3cd7279e2f
commit 474360d6b2
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ jobs:
GOARCH: ${{ inputs.goarch }}
GOARM: ${{ inputs.goarm }}
run: |
export VERSION=$(git describe --tags --always origin/main)
if [[ "${{ inputs.goarch }}" != "arm" ]]; then
unset GOARM
fi