Skip to content

Commit

Permalink
custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 6, 2025
1 parent febde78 commit b59240b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,36 @@ jobs:
matrix:
include: ${{ fromJSON(needs.matrix-builder.outputs.includes) }}

container: "${{ matrix.distro }}:${{ matrix.codename }}"
# container:
# container: "${{ matrix.distro }}:${{ matrix.codename }}"
container:
# image: "${{ matrix.distro }}:${{ matrix.codename }}"
# # image: "ghcr.io/regolith-linux/ci-${{ matrix.distro }}:${{ matrix.codename }}-${{ matrix.arch }}"
image: "ghcr.io/regolith-linux/ci-${{ matrix.distro }}:${{ matrix.codename }}-${{ matrix.arch }}"
# # options: --privileged

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Ensure Sudo
uses: regolith-linux/actions/ensure-sudo@main
# - name: Ensure Sudo
# uses: regolith-linux/actions/ensure-sudo@main

- name: Environment Setup
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
git \
ca-certificates \
wget \
curl \
jq \
gpg \
gpg-agent \
devscripts \
dput \
diffutils \
packaging-dev \
git-buildpackage \
libsystemd-dev
# - name: Environment Setup
# run: |
# sudo apt-get update
# sudo apt-get install -y --no-install-recommends \
# git \
# ca-certificates \
# wget \
# curl \
# jq \
# gpg \
# gpg-agent \
# devscripts \
# dput \
# diffutils \
# packaging-dev \
# git-buildpackage \
# libsystemd-dev

- name: Build Package
uses: regolith-linux/actions/build-package@enhance-build-package
Expand Down

0 comments on commit b59240b

Please sign in to comment.