Skip to content

Commit

Permalink
Add more assembler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Oct 26, 2024
1 parent 51db2dd commit e17332d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ builds:
- arm64
tags:
- musl
env:
- CGO_ENABLED=1
asmflags:
- "GOARCH=arm64:CC=gcc-aarch64-linux-gnu"
- "GOARCH=amd64:CC=musl-gcc"
- id: smd-loader
main: ./cmd/smd-loader/
binary: smd-loader
Expand All @@ -85,6 +90,11 @@ builds:
- arm64
tags:
- musl
env:
- CGO_ENABLED=1
asmflags:
- "GOARCH=arm64:CC=gcc-aarch64-linux-gnu"
- "GOARCH=amd64:CC=musl-gcc"

dockers:
- image_templates:
Expand Down

0 comments on commit e17332d

Please sign in to comment.