Skip to content

Commit

Permalink
Use new image
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 30, 2023
1 parent fb6b3f3 commit f0fdb4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
include:
- platform: linux/amd64
arch: x86_64
image: docker.io/archlinux:base-devel
- platform: linux/arm64
arch: aarch64
image: ghcr.io/fwcd/archlinuxarm-docker

steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +37,7 @@ jobs:
--mount type=bind,src="$PWD",dst="/src/${{ github.repository }}"
--workdir "/src/${{ github.repository }}"
--entrypoint "/src/${{ github.repository }}/with-builder-user"
${{ matrix.image }}
ghcr.io/fwcd/archlinux
./build-pkgs
- name: Build package database
run: >
Expand All @@ -48,5 +46,5 @@ jobs:
--user "$(id -u):$(id -g)"
--mount type=bind,src="$PWD",dst="/src/${{ github.repository }}"
--workdir "/src/${{ github.repository }}"
archlinux
ghcr.io/fwcd/archlinux
./build-db

0 comments on commit f0fdb4d

Please sign in to comment.