Skip to content

Commit

Permalink
GOARM=7
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Feb 27, 2023
1 parent f58a173 commit c784395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
name: Release Go Binary
needs: [create-release]
runs-on: ubuntu-latest
env:
GOARM: "7"
strategy:
matrix:
goos: [linux, darwin]
Expand Down

0 comments on commit c784395

Please sign in to comment.