Skip to content

Commit

Permalink
s390x: test runner and change label
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo committed Feb 7, 2024
1 parent 8654ca7 commit 7cd9a29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/podvm_mkosi_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
runner:
- ubuntu-latest
- self-hosted
- S390X
permissions:
contents: read
packages: write
Expand All @@ -30,12 +30,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

#- name: Log in to GitHub Container Registry
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build builder
run: make fedora-binaries-builder
Expand Down

0 comments on commit 7cd9a29

Please sign in to comment.