Skip to content

Commit c724e46

Browse files
Use zig-0.15.2 (#134)
* setup-buildx-action no longer needs install
1 parent 1e2ba70 commit c724e46

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
21-
with:
22-
install: true
2321

2422
- name: Build Docker image and store in cache
2523
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG REPO=alpine
22
ARG IMAGE=3.22.1@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f
33
FROM ${REPO}:${IMAGE} AS builder
44

5-
ARG VERSION=0.15.1
5+
ARG VERSION=0.15.2
66
ARG RELEASE=zig-x86_64-linux-${VERSION}
77

88
# We can't reliably pin the package versions on Alpine, so we ignore the linter warning.

0 commit comments

Comments
 (0)