mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-15 09:02:25 +00:00
Fill the shell script and specify the tag for dockcross/linux-arm64-musl
This commit is contained in:
parent
0e85cc829d
commit
7ff6d904ad
@ -1,4 +1,4 @@
|
||||
FROM dockcross/linux-arm64-musl AS builder-from-amd64-to-arm64v8
|
||||
FROM dockcross/linux-arm64-musl:latest AS builder-from-amd64-to-arm64v8
|
||||
|
||||
# Install Go
|
||||
RUN curl https://go.dev/dl/go1.16.13.linux-amd64.tar.gz -Lo ./go.linux-amd64.tar.gz
|
||||
|
2
devops/linux-arm64-musl-go-libpcap/build-push.sh
Normal file → Executable file
2
devops/linux-arm64-musl-go-libpcap/build-push.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
|
||||
docker build . -t up9inc/linux-arm64-musl-go-libpcap && docker push up9inc/linux-arm64-musl-go-libpcap
|
||||
|
Loading…
Reference in New Issue
Block a user