use ubuntu

This commit is contained in:
2025-11-13 20:28:11 +01:00
parent f0068f0905
commit 9a7580fc74

View File

@@ -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