Skip to content

Releases: uraimo/run-on-arch-action

2.0.4

08 Sep 21:04
8ba35c5
Compare
Choose a tag to compare
  • Fix: Lowercase the whole GitHub docker package registry path #2

2.0.3

08 Sep 20:55
1af09b2
Compare
Choose a tag to compare
  • Fix: Lowercase the whole GitHub docker package registry path

2.0.2

08 Sep 19:31
e89804c
Compare
Choose a tag to compare
  • Improved dockerRunArgs handling
  • Force docker container names to be lowercase (required by Github)
  • New install parameter

2.0.1

05 Sep 20:17
b17be6e
Compare
Choose a tag to compare

Fixes containerName to prevent clashes in the GitHub docker registry.

2.0.0

05 Sep 19:27
949a4c2
Compare
Choose a tag to compare

A new release to incorporate the changes contributed by @elijahr:

Some new optional inputs:

  • env: Environment variables to propagate to the container. YAML, but must begin with a | character. These variables will be available in both run and setup.
  • shell: The shell to run commands with in the container. Default: /bin/sh on Alpine, /bin/bash for other distros.
  • setup: Shell commands to execute on the host before running the container, such as creating directories for volume mappings.
    githubToken: Your GitHub token, used for caching Docker images in your project's public package registry. Usually this would just be ${{ github.token }}. This speeds up builds and is highly recommended.

Other changes:

  • Rename additionalArgs -> dockerRunArgs for clarity.
  • Rename architecture -> arch, distribution -> distro for brevity.
  • Fix Alpine (/bin/bash doesn't exist, so uses /bin/sh if distro matches alpine*).
  • Improved docs, examples, tests and other fixes.

1.1.0

12 Jul 16:23
7211cad
Compare
Choose a tag to compare

Added:

  • Alpine:latest on all architectures.
  • Reduced verbosity of internal apt sessions.

1.0.9

04 May 18:31
9422f2d
Compare
Choose a tag to compare
  • Added Ubuntu 20.04 for armv7,aarch64,ppc64le,s390x.
  • Updated container's internal environment variables mapping.

1.0.8

08 Apr 10:46
244dd26
Compare
Choose a tag to compare

Added support for Fedora on arm64, ppc64le and s390x.

1.0.7

19 Jan 21:14
5dc6495
Compare
Choose a tag to compare

Added support for optional additional arguments for qemu-enabled docker.

1.0.6

17 Nov 08:08
3923c10
Compare
Choose a tag to compare

Added support for Debian on aarch64(only stretch and buster)