Skip to content

Commit

Permalink
executor is not working with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent a4820e2 commit 93dfc96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
push: false
ubuntu_version: "${{ inputs.ubuntu_version }}"
ruby_version: "${{ inputs.ruby_version }}"
executor: amd64
image_version_suffix: ''
tag_suffix: "-amd64-${{ github.sha }}"
push_tags: |
Expand Down Expand Up @@ -89,14 +88,13 @@ jobs:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest
runs-on: macos-arm-oss

env:
nightly: false
push: false
ubuntu_version: "${{ inputs.ubuntu_version }}"
ruby_version: "${{ inputs.ruby_version }}"
executor: arm64
image_version_suffix: ''
tag_suffix: "-arm64-${{ github.sha }}"
push_tags: |
Expand Down Expand Up @@ -160,7 +158,6 @@ jobs:
env:
ruby_version: "${{ inputs.ruby_version }}"
ubuntu_version: "${{ inputs.ubuntu_version }}"
executor: amd64
registry_name: rubylang

steps:
Expand Down Expand Up @@ -227,7 +224,6 @@ jobs:
env:
ruby_version: "${{ inputs.ruby_version }}"
ubuntu_version: "${{ inputs.ubuntu_version }}"
executor: amd64
registry_name: ghcr.io/ruby

steps:
Expand Down

0 comments on commit 93dfc96

Please sign in to comment.