Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Apr 5, 2024
1 parent 0914fc6 commit f86c6a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cache-to: type=gha,mode=max
pull: true
push: false
load: true
tags: ink-toolchain:dev
platforms: linux/${{ matrix.platform }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
no-cache: true
pull: true
push: false
load: true
tags: ink-toolchain:dev
platforms: linux/${{ matrix.platform }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down
1 change: 1 addition & 0 deletions config/aarch64-unknown-linux-musl.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Based off of https://github.com/musl-cross/musl-cross under the MIT license.
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
# CT_LOG_PROGRESS_BAR is not set
CT_ARCH_ARM=y
CT_ARCH_64=y
CT_KERNEL_LINUX=y
Expand Down
1 change: 1 addition & 0 deletions config/armv7-unknown-linux-musleabihf.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Based off of https://github.com/musl-cross/musl-cross under the MIT license.
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
# CT_LOG_PROGRESS_BAR is not set
CT_ARCH_ARM=y
CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
Expand Down
1 change: 1 addition & 0 deletions config/x86_64-unknown-linux-musl.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Based off of https://github.com/musl-cross/musl-cross under the MIT license.
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
# CT_LOG_PROGRESS_BAR is not set
CT_ARCH_X86=y
CT_MULTILIB=y
CT_ARCH_64=y
Expand Down

0 comments on commit f86c6a0

Please sign in to comment.