Skip to content

Commit

Permalink
Add aarch64-linux to GitHub Codespace Action to support macOS M1/M2…
Browse files Browse the repository at this point in the history
… VSCode DevContainers (#83)
  • Loading branch information
yvan-sraka authored Aug 10, 2023
1 parent 95632ae commit 0e3aa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# and the GHC version (currently `ghc8107` and `ghc962`).
strategy:
matrix:
platform: ['x86_64-linux']
platform: ['x86_64-linux', 'aarch64-linux']
target-platform: ['', '-windows', '-js']
compiler-nix-name: ['ghc8107','ghc962']
minimal: [false]
Expand All @@ -47,7 +47,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.compiler-nix-name }}${{ matrix.target-platform }}-iog
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.platform }}.${{ matrix.compiler-nix-name }}${{ matrix.target-platform }}-iog
build-args: |
PLATFORM=${{ matrix.platform }}
TARGET_PLATFORM=${{ matrix.target-platform }}
Expand Down

0 comments on commit 0e3aa4a

Please sign in to comment.