Skip to content

Commit 28636b1

Browse files
stephen-f0sam-f0
authored andcommitted
Update build for 11.4.x and only build for final patches of <11.4 versions
1 parent 0e4176a commit 28636b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: write # To checkout repo and to create release
2929
strategy:
3030
matrix:
31-
ghidra_version: ['11.1.2', '11.1.1', '11.1', '11.0.3', '11.0.2', '11.0.1', '11.0']
31+
ghidra_version: ['11.4.2', '11.4.1', '11.4', '11.3.2', '11.2.1', '11.1.2', '11.0.3']
3232
steps:
3333
- name: checkout repo
3434
uses: actions/checkout@v3

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM gradle:jdk19
1+
FROM gradle:jdk24
22

33
RUN apt-get update && apt-get install python3-pip -y && rm -rf /var/lib/apt/lists/*
4-
RUN bash -c "AIOHTTP_NO_EXTENSIONS=1 pip3 install pygithub"
4+
RUN bash -c "AIOHTTP_NO_EXTENSIONS=1 pip3 install --break-system-packages pygithub"
55

66
COPY docker_build.py /docker_build.py
77

0 commit comments

Comments
 (0)