Add from ARM64 to AMD64 cross-compilation support to the agent image (#910)

* Add from ARM64 to AMD64 cross-compilation support to the agent image

* Replace `RUN`s with `&&`

Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
M. Mert Yıldıran
2022-05-02 01:16:05 -07:00
committed by GitHub
parent 3cbccccb8b
commit 3e47abf208
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
docker build . -t up9inc/linux-x86_64-musl-go-libpcap && docker push up9inc/linux-x86_64-musl-go-libpcap