Docker cross-compilation github workflow.
This commit is contained in:
parent
01a4f68e20
commit
11d230f95a
8 changed files with 270 additions and 154 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue