fix: remove setup alpine

This commit is contained in:
Tom Hu 2024-05-20 23:51:25 +07:00
parent 2119fc1a5f
commit 006c7f4c5a
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -51,8 +51,6 @@ jobs:
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad
steps:
- name: Setup alpine
uses: jirutka/setup-alpine@v1
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies
@ -111,10 +109,6 @@ jobs:
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc
steps:
- name: Setup alpine
uses: jirutka/setup-alpine@v1
with:
arch: aarch64
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies