You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
242 B
YAML
15 lines
242 B
YAML
1 year ago
|
image: robertcnelson/debian-bookworm-slim-riscv:latest
|
||
|
|
||
|
cache:
|
||
|
key: "$CI_PROJECT_NAME"
|
||
|
paths:
|
||
|
- mirror/x86_64-gcc-*-linux.tar.xz
|
||
|
- deploy/*.tar.xz
|
||
|
|
||
|
build:
|
||
|
tags:
|
||
|
- docker-amd64
|
||
|
stage: build
|
||
|
script:
|
||
|
- ./01_git_sync.sh
|