Fill the shell script and specify the tag for dockcross/linux-arm64-musl

This commit is contained in:
M. Mert Yildiran 2022-01-25 06:52:13 +03:00
parent 0e85cc829d
commit 7ff6d904ad
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A
2 changed files with 2 additions and 2 deletions

View File

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