diff --git a/.github/workflows/go-arm64.yml b/.github/workflows/go-arm64.yml index 5196ffa..f4cf2cc 100644 --- a/.github/workflows/go-arm64.yml +++ b/.github/workflows/go-arm64.yml @@ -26,3 +26,8 @@ jobs: - name: Test run: go test -v ./... + + - uses: actions/upload-artifact@v4 + with: + name: stressbox-arm64 + path: stressbox-arm64 diff --git a/.gitignore b/.gitignore index de3749d..57f5fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Custom *.html stressbox +stressbox-arm64 # Created by https://www.toptal.com/developers/gitignore/api/go # Edit at https://www.toptal.com/developers/gitignore?templates=go