mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
use ubuntu
This commit is contained in:
@@ -11,8 +11,11 @@ steps:
|
||||
build:
|
||||
when:
|
||||
event: [push]
|
||||
image: golang:${goversion}
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install golang-1.24 libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
|
||||
- apt-get install libasound2 libgl1-mesa libxcursor libxi libxinerama libxrandr libxxf86vm
|
||||
- go get
|
||||
- go build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user