Docker cross-compilation github workflow.

This commit is contained in:
Igor Katson 2024-08-26 21:09:00 +01:00
parent 01a4f68e20
commit 11d230f95a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 270 additions and 154 deletions

View file

@ -1,9 +1,10 @@
# Depends on either outputs of Dockerfile.xx or the binaries compiled elsewhere.
FROM scratch
ARG TARGETPLATFORM
ADD https://curl.se/ca/cacert.pem /etc/ssl/cacerts.pem
ARG TARGETPLATFORM
## Assumes you are running this from respective context folder.
COPY --chmod=755 ${TARGETPLATFORM}/rqbit /bin/rqbit