Skip to content

Commit

Permalink
set arm version to match what we use on our arm switches
Browse files Browse the repository at this point in the history
what we currently build gives core dumps
  • Loading branch information
krox2 authored Jan 19, 2024
1 parent c193a92 commit 291bb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# build and publish in parallel: linux/amd64, linux/arm64, linux/arm
goos: ["linux"]
goarch: ["amd64", "arm", "arm64"]
goarm: "7"
steps:
- name: Check out the tag reference into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit 291bb32

Please sign in to comment.