mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
Use images from Quay (#2620)
I now mirror the *GHC musl* images to both Docker Hub and Quay: * https://hub.docker.com/r/benz0li/ghc-musl * https://quay.io/repository/benz0li/ghc-musl Docker Hub imposes a rate limit. Quay, on the other hand, does not. This also ensures the long-term availability of these images.
This commit is contained in:
parent
3005772f09
commit
5a878827f2
2
.github/workflows/linux-static-binary.yaml
vendored
2
.github/workflows/linux-static-binary.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
build:
|
||||
name: Build static binary
|
||||
runs-on: ubuntu-latest
|
||||
container: glcr.b-data.ch/ghc/ghc-musl:9.4.5
|
||||
container: quay.io/benz0li/ghc-musl:9.4.5
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user