Skip to content

Commit ef44bd9

Browse files
committed
ci: add qemu/buildx actions to support cross platform builds
Signed-off-by: TJ Hoplock <[email protected]>
1 parent 9fac2c1 commit ef44bd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
- name: Set up QEMU
21+
uses: docker/setup-qemu-action@v3
22+
- name: Set up Docker Buildx
23+
uses: docker/setup-buildx-action@v3
2024
- run: git fetch --force --tags
2125
- name: Set up Go
2226
uses: actions/setup-go@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:latest as certs
1+
FROM alpine:latest AS certs
22
RUN apk update && apk add ca-certificates
33

44
FROM cgr.dev/chainguard/busybox:latest

0 commit comments

Comments
 (0)