We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f52d80 commit 45184a4Copy full SHA for 45184a4
.github/workflows/test-and-build.yml
@@ -17,35 +17,14 @@ jobs:
17
shell: bash
18
19
container:
20
- image: luzifer/archlinux
+ image: ghcr.io/luzifer-docker/gh-arch-env
21
env:
22
CGO_ENABLED: 0
23
GOPATH: /go
24
25
runs-on: ubuntu-latest
26
27
steps:
28
- - name: Enable custom AUR package repo
29
- run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://archrepo.hub.luzifer.io/\$arch" >>/etc/pacman.conf
30
-
31
- - name: Install required packages
32
- run: |
33
- pacman -Syy --noconfirm \
34
- awk \
35
- curl \
36
- diffutils \
37
- git \
38
- go \
39
- golangci-lint-bin \
40
- make \
41
- nodejs-lts-hydrogen \
42
- npm \
43
- tar \
44
- trivy \
45
- unzip \
46
- which \
47
- zip
48
49
- uses: actions/checkout@v3
50
51
- name: Marking workdir safe
0 commit comments