Skip to content

Commit e7cbc65

Browse files
authored
Add build step for linux/arm64 architecture
1 parent 08467dd commit e7cbc65

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
GOOS: linux
4040
GOARCH: amd64
4141
run: go build -o simpleprint_linux_amd64
42+
- name: Build for linux/arm64
43+
env:
44+
CGO_ENABLED: 0
45+
GOOS: linux
46+
GOARCH: arm64
47+
run: go build -o simpleprint_linux_arm64
4248
- name: Build for macos
4349
env:
4450
CGO_ENABLED: 0

0 commit comments

Comments
 (0)