Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container action is only supported on Linux #18

Closed
wcoder opened this issue Jul 21, 2020 · 1 comment · Fixed by #21
Closed

Container action is only supported on Linux #18

wcoder opened this issue Jul 21, 2020 · 1 comment · Fixed by #21

Comments

@wcoder
Copy link

wcoder commented Jul 21, 2020

Github Actions Workflow:

    runs-on: macos-latest
    // ...
    - name: Upload to App Center
      uses: wzieba/AppCenter-Github-Action@v1.1.1
      with:
        appName: company/appname
        token: ${{secrets.app_center}}
        group: Testers
        file: build/app/outputs/apk/release/app-release.apk (or .ipa)

Actions output:

##[group***Run wzieba/AppCenter-Github-Action@v1.1.1
with:
  appName: company/appname
  token: ***
  group: Testers
  file: src/build/app/outputs/apk/release/app-release.apk
env:
  flutter_version: 1.17.5
  java_version: 12.x
  JAVA_HOME: /Users/runner/hostedtoolcache/jdk/12.0.2/x64
  JAVA_HOME_12.0.2_x64: /Users/runner/hostedtoolcache/jdk/12.0.2/x64
  FLUTTER_HOME: /Users/runner/hostedtoolcache/flutter/1.17.5-stable/x64
##[endgroup***
##[error***Container action is only supported on Linux

Seems like related with Docker: https://docs.github.com/en/actions/creating-actions/about-actions#types-of-actions

I propose to put on documentation some information about this constraint!

@wzieba
Copy link
Owner

wzieba commented Aug 12, 2020

Thanks for reporting this. Sure, I've added a note about it in README.md. If it could be helpful for you, might be helpful for someone in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants