Skip to content

Commit f44de02

Browse files
committed
feat: add container revision tags for nintendo CI
1 parent dad8d85 commit f44de02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nintendo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,20 @@ jobs:
1111
name: Nintendo ${{ matrix.config.name }} CI
1212
runs-on: ubuntu-24.04
1313
container:
14-
image: devkitpro/${{ matrix.config.container }} ## base on debian:buster-slim
14+
image: devkitpro/${{ matrix.config.container }}:${{ matrix.config.revision }} ## based on debian:buster-slim
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
config:
1919
- name: 3ds
2020
extension: 3dsx
2121
container: devkitarm
22+
revision: latest
2223

2324
- name: switch
2425
extension: nro
2526
container: devkita64
27+
revision: latest
2628

2729
steps:
2830
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)