Add proper container info

This commit is contained in:
Antoine Martin 2024-08-11 16:07:24 -04:00
parent bb3a67fa8c
commit d9645ead9c
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -3,7 +3,8 @@ jobs:
run-name: lint run-name: lint
on: pull_request on: pull_request
runs-on: ayakael-podman-x86_64 runs-on: ayakael-podman-x86_64
image: alpine-latest container:
image: alpine:edge
steps: steps:
- run: | - run: |
sudo apk add shellcheck atools sudo abuild sudo apk add shellcheck atools sudo abuild
@ -14,7 +15,8 @@ jobs:
build-x86_64: build-x86_64:
run-name: Build on x86_64 run-name: Build on x86_64
runs-on: ayakael-podman-x86_64 runs-on: ayakael-podman-x86_64
image: alpine-latest container:
image: alpine:edge
steps: steps:
- run: | - run: |
sudo apk add alpine-sdk lua-aports sudo sudo apk add alpine-sdk lua-aports sudo