Compare commits

..

1 Commits

Author SHA1 Message Date
test a732aa221f Update '.woodpecker/.arch.yml' 2022-05-05 09:15:51 +02:00
3 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@ matrix:
PLATFORM: PLATFORM:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
# sneaky change
platform: ${PLATFORM} platform: ${PLATFORM}
branches: [dev] branches: [dev]

View File

@ -67,4 +67,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Ability to publish packages * Ability to publish packages
* Re-wrote repo-add in V * Re-wrote repo-add in V

View File

@ -5,7 +5,6 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm V := $(V_PATH) -showcc -gc boehm
all: vieter all: vieter