Update Dockerfile to have cross-compilation on an AMD64 machine

Also revert changes in the shell scripts
This commit is contained in:
M. Mert Yildiran
2022-01-22 23:28:04 +03:00
parent 4ca9606148
commit 5ab763b949
7 changed files with 51 additions and 26 deletions

View File

@@ -70,8 +70,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
ARCH=amd64
GOARCH=amd64
SEM_VER=${{ steps.versioning.outputs.version }}
BUILD_TIMESTAMP=${{ steps.version_parameters.outputs.build_timestamp }}
GIT_BRANCH=${{ steps.version_parameters.outputs.branch }}