mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 17:45:46 +00:00
Edit .onedev-buildspec.yml
This commit is contained in:
@@ -19,6 +19,22 @@ jobs:
|
|||||||
passwordSecret: dockersecret
|
passwordSecret: dockersecret
|
||||||
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
|
- !CommandStep
|
||||||
|
name: Download powerpc image
|
||||||
|
runInContainer: true
|
||||||
|
image: ubuntu:noble
|
||||||
|
interpreter: !DefaultInterpreter
|
||||||
|
commands: |
|
||||||
|
apt update -y
|
||||||
|
apt install -y wget ca-certificates tar gzip
|
||||||
|
mkdir -p rootfs
|
||||||
|
cd rootfs
|
||||||
|
wget -O wii.tar.gz https://downloads.tesses.net/cache/other/rootfs/wii_linux_rootfs_archpower-latest.tar.gz
|
||||||
|
tar xvzf wii.tar.gz
|
||||||
|
rm wii.tar.gz
|
||||||
|
cd ..
|
||||||
|
useTTY: true
|
||||||
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
triggers:
|
triggers:
|
||||||
- !BranchUpdateTrigger
|
- !BranchUpdateTrigger
|
||||||
projects: Dependencies
|
projects: Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user