add GOARCH for example to fix build

This commit is contained in:
Guillaume Ballet 2025-10-14 20:55:16 +02:00 committed by Felix Lange
parent 33cd9b8ff6
commit 86c1c7ee43

View file

@ -67,6 +67,8 @@ jobs:
GOMIPS: softfloat
tags: "ziren"
- env:
GOARCH: amd64
GOOS: linux
tags: "example"
steps:
- uses: actions/checkout@v4