Skip to content

Commit bb1161e

Browse files
committed
⚙️ build/release for arm64
1 parent 0481d5d commit bb1161e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
context: .
3434
push: true
35+
platforms: linux/amd64,linux/arm64
3536
build-args: |
3637
TRAQ_VERSION=${{ env.TRAQ_VERSION }}
3738
TRAQ_REVISION=${{ env.TRAQ_REVISION }}

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
context: .
3737
push: true
38+
platforms: linux/amd64,linux/arm64
3839
build-args: |
3940
TRAQ_VERSION=${{ env.TRAQ_VERSION }}
4041
TRAQ_REVISION=${{ env.TRAQ_REVISION }}

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ builds:
1414
- -X main.revision={{.ShortCommit}}
1515
goarch:
1616
- amd64
17+
- arm64
1718
archives:
1819
- wrap_in_directory: true

0 commit comments

Comments
 (0)