Skip to content

Commit

Permalink
feat: add release artifacts for arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Feb 29, 2024
1 parent 5b362cc commit 9643e0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@ builds:
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- main: .
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
- arm

archives:
- format: tar.gz
Expand Down
2 changes: 1 addition & 1 deletion webui/src/views/RepoView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const StatsPanel = ({ repoId }: { repoId: string }) => {
series={[
{
dataKey: "totalSizeMb",
label: "Total Size (MB)",
label: "Total Size",
valueFormatter: (v: any) => formatBytes(v * 1000000 as number),
},
]}
Expand Down

0 comments on commit 9643e0a

Please sign in to comment.