fix runs-on
Some checks failed
/ deploy-edge (pull_request) Has been skipped
/ build-edge (pull_request) Failing after 1s
/ lint (pull_request) Successful in 23s

This commit is contained in:
Antoine Martin 2024-08-15 22:07:45 -04:00
parent 4fc3841afc
commit 70d7268d15
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -4,9 +4,9 @@ on:
jobs:
build-edge:
runs-on: edge
runs-on: x86_64
container:
image: alpinelinux/alpine-gitlab-ci:latest
image: alpinelinux/alpine-gitlab-ci:edge
env:
CI_PROJECT_DIR: ${{ github.workspace }}
CI_DEBUG_BUILD: ${{ runner.debug }}
@ -36,7 +36,7 @@ jobs:
needs: [build-edge]
runs-on: x86_64
container:
image: alpine:latest
image: alpine:edge
env:
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}