Skip to content

Commit

Permalink
switched from alpine to debian
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Feb 6, 2024
1 parent 921899e commit 08b29b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
rsync -a source/.ci/build-kit/ scripts
- name: Pull docker container
run: |
docker pull --platform=linux/x86_64 --quiet ghcr.io/everest/build-kit-alpine:latest
docker image tag ghcr.io/everest/build-kit-alpine:latest build-kit
docker pull --platform=linux/x86_64 --quiet ghcr.io/everest/build-kit-debian:latest
docker image tag ghcr.io/everest/build-kit-debian:latest build-kit
- name: Run install with tests
run: |
docker run \
Expand Down

0 comments on commit 08b29b6

Please sign in to comment.