Skip to content

Commit

Permalink
docker://crystallang/crystal:1.0.0-alpine-arm-build
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Sep 6, 2024
1 parent 1be6216 commit 998fddc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
steps:
- name: Download Crystal source
uses: actions/checkout@v4
- run: chown -R 1000:1000 .
- name: Build Crystal
uses: docker://jhass/crystal:1.0.0-alpine-build
uses: docker://crystallang/crystal:1.0.0-alpine-arm-build
with:
args: make crystal
- name: Upload Crystal executable
Expand All @@ -39,7 +38,7 @@ jobs:
- name: Mark downloaded compiler as executable
run: chmod +x .build/crystal
- name: Run stdlib specs
uses: docker://jhass/crystal:1.0.0-alpine-build
uses: docker://crystallang/crystal:1.0.0-alpine-arm-build
with:
args: make std_spec FLAGS=-Duse_pcre
aarch64-musl-test-compiler:
Expand All @@ -56,7 +55,7 @@ jobs:
- name: Mark downloaded compiler as executable
run: chmod +x .build/crystal
- name: Run compiler specs
uses: docker://jhass/crystal:1.0.0-alpine-build
uses: docker://crystallang/crystal:1.0.0-alpine-arm-build
with:
args: make primitives_spec compiler_spec FLAGS=-Dwithout_ffi
aarch64-gnu-build:
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
- name: Mark downloaded compiler as executable
run: chmod +x .build/crystal
- name: Run stdlib specs
uses: docker://jhass/crystal:1.0.0-build
uses: docker://crystallang/crystal:1.0.0-alpine-arm-build
with:
args: make std_spec
aarch64-gnu-test-compiler:
Expand All @@ -107,6 +106,6 @@ jobs:
- name: Mark downloaded compiler as executable
run: chmod +x .build/crystal
- name: Run compiler specs
uses: docker://jhass/crystal:1.0.0-build
uses: docker://crystallang/crystal:1.0.0-alpine-arm-build
with:
args: make primitives_spec compiler_spec

0 comments on commit 998fddc

Please sign in to comment.