fix: remove arm

This commit is contained in:
Jason Song 2023-04-21 18:48:35 +08:00
parent 3398127474
commit bff9e63a82
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
1 changed files with 2 additions and 35 deletions

View File

@ -28,38 +28,5 @@ jobs:
tea --version
brew install gitea/gitea/gitea
gitea --version
test_arm:
runs-on: arm-ubuntu-latest
container:
# the arm image hasn't been updated for years, maybe we should find a better way to test arm or just remove it
image: markkrj/homebrew-arm:latest
env:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- name: install node
# install node to use actions/checkout, but
# Warning: Your CPU architecture (arm64) is not supported. We only support
# x86_64 CPU architectures. You will be unable to use binary packages (bottles).
# You will encounter build failures with some formulae.
# Please create pull requests instead of asking for help on Homebrew's GitHub,
# Twitter or any other official channels. You are responsible for resolving
# any issues you experience while you are running this
# unsupported configuration.
# Error: node: no bottle available!
# You can try to install from source with:
# brew install --build-from-source node
# Please note building from source is unsupported. You will encounter build
# failures with some formulae. If you experience any issues please create pull
# requests instead of asking for help on Homebrew's GitHub, Twitter or any other
# official channels.
run: |
brew install --build-from-source node
node --version
- uses: actions/checkout@v3
- name: test install
run: |
brew tap gitea/gitea "${PWD}"
brew install gitea/gitea/tea
tea --version
brew install gitea/gitea/gitea
gitea --version
# TODO: test for arm
# There is no arm image for homebrew/brew, and the image markkrj/homebrew-arm hasn't been updated for years