Skip to content

Commit

Permalink
Test on alpine linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Aug 17, 2024
1 parent 234c421 commit b9f4689
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bindists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,27 @@ jobs:
with:
args: sh -c '.github/workflows/install-bindist.sh'

bindist-install-arm-alpine:
name: Build ARM binary (alpine)
runs-on: [self-hosted, Linux, ARM64, maerwald]
steps:
- uses: docker://arm64v8/ubuntu:focal
name: Cleanup (aarch64 linux)
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

- name: git config
run: |
git config --global --get-all safe.directory | grep '^\*$' || git config --global --add safe.directory "*"
shell: bash

- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- uses: docker://alpine
name: Run build (aarch64 alpine linux)
with:
args: sh -c '.github/workflows/install-bindist.sh'

bindist-install-freebsd:
name: Install FreeBSD binary
runs-on: [self-hosted, FreeBSD, X64]
Expand Down

0 comments on commit b9f4689

Please sign in to comment.