mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-21 10:23:34 +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:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -1550,9 +1550,11 @@ jobs:
|
||||
docker images
|
||||
|
||||
make ${{ matrix.image_name }}.tag-amd64
|
||||
make ${{ matrix.image_name }}.tag-arm64
|
||||
|
||||
make ${{ matrix.image_name }}.push-amd64
|
||||
|
||||
export HOST_ARCH=arm64
|
||||
make ${{ matrix.image_name }}.tag-arm64
|
||||
make ${{ matrix.image_name }}.push-arm64
|
||||
unset HOST_ARCH
|
||||
|
||||
make ${{ matrix.image_name }}.push
|
||||
|
Reference in New Issue
Block a user