mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-08-04 16:02:24 +02:00
ci: mock HOST_ARCH for image tagging and push during deployment
We want to apply the versioned tag.
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ TAG_FLAG := $(or $(TAG_FLAG), --tag)
|
||||
ORG = dockcross
|
||||
|
||||
# Host architecture
|
||||
HOST_ARCH := $(shell uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/')
|
||||
HOST_ARCH := $(or $(HOST_ARCH), shell uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/')
|
||||
|
||||
# Directory where to generate the dockcross script for each images (e.g bin/dockcross-manylinux2014-x64)
|
||||
BIN = ./bin
|
||||
|
Reference in New Issue
Block a user