Skip to content

Commit

Permalink
Add linux, darwin intel back
Browse files Browse the repository at this point in the history
  • Loading branch information
slyoldfox committed May 25, 2024
1 parent d932774 commit e090277
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
matrix:

name: [
#alpine-aarch64,
alpine-arm32v7,
alpine-x86_64,
# darwin-arm64,
darwin-x86_64,
#windows-x86_64
]

include:
Expand All @@ -30,6 +35,20 @@ jobs:
EMULATE_ARCH: arm
TARGET_ARCH: arm32v7
TARGET_OS: alpine

# Build for Intel 64-bit Linux environments.
- name: alpine-x86_64
os: ubuntu-latest
BASE_IMAGE: library/alpine:latest
DOCKERFILE: linux
# This is intentional.
EMULATE_ARCH: aarch64
TARGET_ARCH: x86_64
TARGET_OS: alpine

# Build for Intel macOS environments.
- name: darwin-x86_64
os: macos-13
steps:
- uses: actions/checkout@v3
- name: 'Caching workspace.'
Expand Down

0 comments on commit e090277

Please sign in to comment.