ci: fix cross when
This commit is contained in:
parent
53e2a5bc42
commit
05dc26badb
1 changed files with 5 additions and 7 deletions
|
@ -51,17 +51,15 @@ lint:
|
|||
build-rootfs alpine$CI_ALPINE_TARGET_RELEASE $CI_ALPINE_TARGET_ARCH --rootfsdir $HOME/sysroot-$CI_ALPINE_TARGET_ARCH
|
||||
cp /etc/apk/repositories $HOME/sysroot-$CI_ALPINE_TARGET_ARCH/etc/apk/.
|
||||
sudo -Eu $USER CHOST=$CI_TARGET_ALPINE_ARCH build.sh
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- dotnet-sdk*.tar.gz
|
||||
- src/logs
|
||||
- packages/
|
||||
- keys/
|
||||
- logs/
|
||||
expire_in: 7 days
|
||||
when: always
|
||||
tags:
|
||||
- apk-$CI_ALPINE_TARGET_RELEASE
|
||||
variables:
|
||||
CI_ALPINE_TARGET_RELEASE: edge
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
build-x86_64:
|
||||
extends: .build
|
||||
|
|
Loading…
Reference in a new issue