Skip to content

Commit

Permalink
chore(ci): update yap agent definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 11, 2024
1 parent 5c66f0e commit 98adc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Build
run: |
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-ubuntu-jammy:1.11 -c "cd /project; \
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-ubuntu-jammy:1.27 -c "cd /project; \
yap prepare ubuntu-jammy; \
yap build ubuntu-jammy /project/packages"
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-rocky-9:1.11 -c "cd /project; \
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-rocky-9:1.27 -c "cd /project; \
yap prepare rocky-9; \
dnf -y install dnf-plugins-core epel-release; \
dnf config-manager --set-enabled crb; \
Expand Down

0 comments on commit 98adc5e

Please sign in to comment.