diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:35:22 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:45 +0300 |
| commit | 4a222fb479f487bc74d813287b875108469702f4 (patch) | |
| tree | 541b74c22c5508ea4cca132ac5e166aad525a3ff | |
| parent | makefile for building easier (diff) | |
| download | sdp.go-4a222fb479f487bc74d813287b875108469702f4.tar.gz sdp.go-4a222fb479f487bc74d813287b875108469702f4.tar.bz2 sdp.go-4a222fb479f487bc74d813287b875108469702f4.zip | |
build for arm64 instead of armv1.1.0
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ APP_NAME := parser | |||
| 2 | 2 | ||
| 3 | GO := go | 3 | GO := go |
| 4 | 4 | ||
| 5 | PLATFORMS := linux/amd64 linux/arm windows/amd64 | 5 | PLATFORMS := linux/amd64 linux/arm64 windows/amd64 |
| 6 | 6 | ||
| 7 | all: build | 7 | all: build |
| 8 | 8 | ||