Skip to content

Commit

Permalink
Add test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nanory committed Dec 12, 2023
1 parent 16ff7c9 commit c4400de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: gardenlinux/package-build
ref: fix/54-fix-branch-evaluation
- run: mkdir input output
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: gardenlinux/package-build
ref: fix/54-fix-branch-evaluation
- name: setup binfmt
if: ${{ matrix.arch == 'arm64v8' }}
run: sudo podman run --privileged ghcr.io/gardenlinux/binfmt_container
Expand Down Expand Up @@ -190,6 +192,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: gardenlinux/package-build
ref: fix/54-fix-branch-evaluation
- name: check if ${{ env.pkg }} already released
id: check
run: |
Expand Down

0 comments on commit c4400de

Please sign in to comment.