Added multi-platform support for linux/arm64 and linux/amd64

pull/1639/head
Brandon Durepo 2024-12-20 23:05:03 -08:00
rodzic 74876c73ae
commit 5028a0c440
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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`