mirror of
https://github.com/mappu/miqt.git
synced 2025-01-20 21:50:38 +00:00
github/ci: label the win64 container as win64:qt5, not 'latest'
This commit is contained in:
parent
3a63a129ae
commit
39e6098f8a
4
.github/workflows/miqt.yml
vendored
4
.github/workflows/miqt.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
key: win64-gocache
|
||||
|
||||
- name: Win64 docker build
|
||||
run: docker build -t miqt/win64:latest -f docker/win64-cross-go1.23-qt5.15-static.Dockerfile .
|
||||
run: docker build -t miqt/win64:qt5 -f docker/win64-cross-go1.23-qt5.15-static.Dockerfile .
|
||||
|
||||
- name: Win64 bindings compile
|
||||
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/win64:latest /bin/bash -c 'cd qt && go build'
|
||||
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/win64:qt5 /bin/bash -c 'cd qt && go build'
|
||||
|
Loading…
x
Reference in New Issue
Block a user