Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Mar 1, 2022
1 parent f274a55 commit 45a561f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ deb-builder build --base-dir=/path_to_deb_release_directory/pool/main --tmp-dir=
deb-builder build --release-dir=/path_to_deb_release_directory --private-key=/path_to_pgp_key/private.pgp --origin='Company Name' --label='Company Info'
```

### Add to apt [amd64]
Add to apt [amd64]

```bash
$ wget -qO - https://yourdomain/key.gpg | sudo apt-key add -
Expand All @@ -74,7 +74,7 @@ EOF
$ sudo apt-get update
```

### Add to apt [arm64]
Add to apt [arm64]

```bash
$ wget -qO - https://yourdomain/key.gpg | sudo apt-key add -
Expand All @@ -90,7 +90,9 @@ $ sudo apt-get update
deb-builder pgp new --name='Company Name' --email='email@company' --comment='Comment about key' --path=/path_to_pgp_key
```

# Note: compilation for ARM64 in Golang with support for CGO libraries
# Note

## compilation for ARM64 in Golang with support for CGO libraries

Installing the compiler

Expand Down

0 comments on commit 45a561f

Please sign in to comment.