Skip to content

Commit

Permalink
CI: Change the system version of the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Aug 22, 2021
1 parent 9ddede1 commit 4542bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aria2-builer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
PLATFORMS: [amd64, arm64, armhf, i386]
include:
- PLATFORMS: amd64
BUILDER_IMAGE: ubuntu:20.04
BUILDER_IMAGE: debian:11
BUILD_SCRIPT: aria2-gnu-linux-build-amd64.sh
- PLATFORMS: arm64
BUILDER_IMAGE: ubuntu:20.04
BUILDER_IMAGE: debian:11
BUILD_SCRIPT: aria2-gnu-linux-cross-build-arm64.sh
- PLATFORMS: armhf
BUILDER_IMAGE: ubuntu:16.04
Expand Down

0 comments on commit 4542bf8

Please sign in to comment.