Skip to content

Commit

Permalink
Use docker image with pacman updates baked in
Browse files Browse the repository at this point in the history
Running pacman updates often fails in the pipeline so the image is pregenerated with the updates built in.

Source: https://github.com/IrneRacoonovich/devkitA64-docker
  • Loading branch information
IrneRacoonovich authored and i3sey committed Aug 26, 2024
1 parent 0883c8f commit a21c029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
Build-Uberhand:
name: "Release"
runs-on: "ubuntu-latest"
container: "devkitpro/devkita64:latest"
container: "ghcr.io/irneracoonovich/devkita64:latest"
steps:
- name: Update devkit
run: dkp-pacman -Suy --noconfirm
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:
Test-Uberhand:
name: "Build Test"
runs-on: "ubuntu-latest"
container: "devkitpro/devkita64:latest"
container: "ghcr.io/irneracoonovich/devkita64:latest"
steps:
- name: Update devkit
run: dkp-pacman -Suy --noconfirm
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit a21c029

Please sign in to comment.