Skip to content

Commit

Permalink
Merge pull request #42 from Chia-Network/aptly-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Sep 20, 2023
2 parents 888a5ad + 20ffdd1 commit b7ffa73
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-aptly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'aptly/*'
- '.github/workflows/build-aptly.yml'
pull_request:
paths:
- 'aptly/*'
- '.github/workflows/build-aptly.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-centos-pypa-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'centos-pypa-x86_64/*'
- '.github/workflows/build-centos-pypa-rust.yml'
pull_request:
paths:
- 'centos-pypa-aarch64/*'
- 'centos-pypa-x86_64/*'
- '.github/workflows/build-centos-pypa-rust.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'centos7/*'
- '.github/workflows/build-centos7.yml'
pull_request:
paths:
- 'centos7/*'
- '.github/workflows/build-centos7.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-manylinux2014-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'manylinux2014_cuda_x86_64/*'
- '.github/workflows/build-manylinux2014-cuda.yml'
pull_request:
paths:
- 'manylinux2014_cuda_aarch64/*'
- 'manylinux2014_cuda_x86_64/*'
- '.github/workflows/build-manylinux2014-cuda.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-rocky8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'rocky8/*'
- '.github/workflows/build-rocky8.yml'
pull_request:
paths:
- 'rocky8/*'
- '.github/workflows/build-rocky8.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-18.04/*'
- '.github/workflows/build-ubuntu-18.04.yml'
pull_request:
paths:
- 'ubuntu-18.04/*'
- '.github/workflows/build-ubuntu-18.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-20.04/*'
- '.github/workflows/build-ubuntu-20.04.yml'
pull_request:
paths:
- 'ubuntu-20.04/*'
- '.github/workflows/build-ubuntu-20.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-22.04/*'
- '.github/workflows/build-ubuntu-22.04.yml'
pull_request:
paths:
- 'ubuntu-22.04/*'
- '.github/workflows/build-ubuntu-22.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
2 changes: 1 addition & 1 deletion aptly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN git clone --branch v1.5.0 https://github.com/aptly-dev/aptly.git && \
cd aptly && \
make modules install

FROM ubuntu:22.10
FROM ubuntu:22.04

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y awscli curl git gpg jq wget && \
Expand Down

0 comments on commit b7ffa73

Please sign in to comment.