Skip to content

Commit

Permalink
feat: Add support for building ARM binaries and containers for Linux …
Browse files Browse the repository at this point in the history
…and macOS
  • Loading branch information
Matthew Orris committed Feb 13, 2024
1 parent 46a5b8c commit a700c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-dev-ci-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- disabled-as-this-branch-does-not-exist
- 779-build-arm-binaries-and-containers-for-linux-and-macos
# - 1639-upgrade-to-polkadot-release-v100
env:
BIN_DIR: target/release
Expand All @@ -18,7 +19,7 @@ jobs:
# IMAGE_NAME: ci-base-image-dind
IMAGE_NAME: ci-base-image
BRANCH_NAME: ${{github.ref_name}}
runs-on: ubuntu-22.04
runs-on: macos-14
steps:
- name: Check Out Repo
uses: actions/checkout@v4
Expand All @@ -44,6 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: tools/ci/docker
platforms: linux/amd64,linux/arm64
push: true
file: tools/ci/docker/ci-base-image.dockerfile
tags: |
Expand Down

0 comments on commit a700c4b

Please sign in to comment.