kopia lustrzana https://github.com/Hamlib/Hamlib
Added multi-platform support for linux/arm64 and linux/amd64
rodzic
74876c73ae
commit
5028a0c440
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Build, execute from the repository root
|
||||
`docker buildx build -t hamlib-runtime -f docker-build/Dockerfile .`
|
||||
`docker buildx build --platform linux/amd64,linux/arm64 -t hamlib-runtime -f docker-build/Dockerfile .`
|
||||
|
||||
# Run the hamlib-runtime
|
||||
`docker run -it hamlib-runtime bash`
|
||||
|
|
Ładowanie…
Reference in New Issue