Add proper container info
This commit is contained in:
parent
bb3a67fa8c
commit
d9645ead9c
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,8 @@ jobs:
|
|||
run-name: lint
|
||||
on: pull_request
|
||||
runs-on: ayakael-podman-x86_64
|
||||
image: alpine-latest
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: |
|
||||
sudo apk add shellcheck atools sudo abuild
|
||||
|
@ -14,7 +15,8 @@ jobs:
|
|||
build-x86_64:
|
||||
run-name: Build on x86_64
|
||||
runs-on: ayakael-podman-x86_64
|
||||
image: alpine-latest
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: |
|
||||
sudo apk add alpine-sdk lua-aports sudo
|
||||
|
|
Loading…
Reference in a new issue