From bff9e63a825162a0a7b8d388cab3ca6a6a770374 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 21 Apr 2023 18:48:35 +0800 Subject: [PATCH] fix: remove arm --- .gitea/workflows/test.yml | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 67ff571..3714295 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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